import {AbstractControl} from '../abstract-control'; import {schemaTypeIs, Testers, optionIs} from '../../testers'; const stringTemplate = ` `; class StringDirective implements ng.IDirective { restrict = 'E'; templateUrl = 'string.html'; controller = StringController; controllerAs = 'vm'; } const textAreaTemplate = `