We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e3a2d commit d9d27f0Copy full SHA for d9d27f0
js/angular/directive/input.js
@@ -69,7 +69,7 @@ IonicModule
69
* ```
70
*/
71
IonicModule
72
-.directive('ionLabel', ['$timeout', function($timeout) {
+.directive('ionLabel', [function() {
73
return {
74
restrict: 'E',
75
require: '?^ionInput',
0 commit comments