feat(forms): migrated forms to typescript

This commit is contained in:
vsavkin
2015-05-20 18:10:30 -07:00
parent fed86fc8ac
commit 00c3693daa
12 changed files with 254 additions and 287 deletions

View File

@ -10,7 +10,6 @@ export class DirectiveResolver {
if (isPresent(annotations)) {
for (var i = 0; i < annotations.length; i++) {
var annotation = annotations[i];
if (annotation instanceof Directive) {
return annotation;
}