diff --git a/angular-bootstrap-checkbox.js b/angular-bootstrap-checkbox.js index 9f8e703..be7d62d 100644 --- a/angular-bootstrap-checkbox.js +++ b/angular-bootstrap-checkbox.js @@ -7,7 +7,7 @@ angular.module("ui.checkbox", []).directive("checkbox", function() { restrict: "E", replace: "true", template: "", link: function(scope, elem, attrs, modelCtrl) { scope.size = "default";