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

Commit bf5ac52

Browse files
style(ngOptions): fix missing closing brace
This was inadvertently added in 7b2ecf4
1 parent 91b7cd9 commit bf5ac52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/directive/ngOptions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ var ngOptionsDirective = ['$compile', '$parse', function($compile, $parse) {
393393
optGroupTemplate = document.createElement('optgroup');
394394

395395

396+
function ngOptionsPostLink(scope, selectElement, attr, ctrls) {
397+
396398
// if ngModel is not defined, we don't need to do anything
397399
var ngModelCtrl = ctrls[1];
398400
if (!ngModelCtrl) return;

0 commit comments

Comments
 (0)