Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5eb747c

Browse files
committedDec 7, 2015
🎅
1 parent 41e4212 commit 5eb747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/angular/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ IonicModule
6565
return {
6666
restrict: 'E',
6767
require: '?^ionInput',
68-
compile: function($element) {
68+
compile: function() {
6969

7070
return function link($scope, $element, $attrs, ionInputCtrl) {
7171
var element = $element[0];

0 commit comments

Comments
 (0)
Please sign in to comment.