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 170292b commit 41e4212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/input.js
Expand Up @@ -65,7 +65,7 @@ IonicModule
return {
restrict: 'E',
require: '?^ionInput',
compile: function($element, $attrs) {
compile: function($element) {

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

0 comments on commit 41e4212

Please sign in to comment.