Skip to content

Commit

Permalink
🎅
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 7, 2015
1 parent 41e4212 commit 5eb747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ IonicModule
return {
restrict: 'E',
require: '?^ionInput',
compile: function($element) {
compile: function() {

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

0 comments on commit 5eb747c

Please sign in to comment.