Skip to content

Commit d9d27f0

Browse files
committed
Fix the build
1 parent 54e3a2d commit d9d27f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/directive/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ IonicModule
6969
* ```
7070
*/
7171
IonicModule
72-
.directive('ionLabel', ['$timeout', function($timeout) {
72+
.directive('ionLabel', [function() {
7373
return {
7474
restrict: 'E',
7575
require: '?^ionInput',

0 commit comments

Comments
 (0)