We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcabd75 commit d537a48Copy full SHA for d537a48
js/angular/directive/input.js
@@ -88,7 +88,7 @@ IonicModule
88
});
89
90
}
91
- }
+ };
92
93
};
94
}]);
@@ -101,7 +101,7 @@ IonicModule
101
return {
102
restrict: 'C',
103
require: '?^ionInput',
104
- compile: function($element) {
+ compile: function() {
105
106
return function link($scope, $element, $attrs, ionInputCtrl) {
107
var element = $element[0];
@@ -117,7 +117,7 @@ IonicModule
117
ionInputCtrl.input.setAttribute('aria-labelledby', id);
118
119
120
121
122
123
0 commit comments