Skip to content

Commit

Permalink
All the semicolons in the world for the semicolon gods
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 7, 2015
1 parent fcabd75 commit d537a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/angular/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ IonicModule
});
});
}
}
};
}
};
}]);
Expand All @@ -101,7 +101,7 @@ IonicModule
return {
restrict: 'C',
require: '?^ionInput',
compile: function($element) {
compile: function() {

return function link($scope, $element, $attrs, ionInputCtrl) {
var element = $element[0];
Expand All @@ -117,7 +117,7 @@ IonicModule
ionInputCtrl.input.setAttribute('aria-labelledby', id);
}

}
};
}
};
}]);

0 comments on commit d537a48

Please sign in to comment.