Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3159d01

Browse files
authored
lint fix
1 parent 3247b99 commit 3159d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngOptions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ var ngOptionsDirective = ['$compile', '$document', '$parse', function($compile,
586586
selectCtrl.emptyOption = undefined;
587587
});
588588
}
589-
}
589+
};
590590

591591
} else {
592592
// remove the class, which is added automatically because we recompile the element and it

0 commit comments

Comments
 (0)