diff --git a/angular-bootstrap-checkbox.js b/angular-bootstrap-checkbox.js index 0849d6d..26627bf 100644 --- a/angular-bootstrap-checkbox.js +++ b/angular-bootstrap-checkbox.js @@ -5,7 +5,7 @@ angular.module("ui.checkbox", []).directive("checkbox", function() { scope: {}, require: "ngModel", restrict: "E", - replace: "true", + transclude: true, template: "", @@ -73,4 +73,4 @@ angular.module("ui.checkbox", []).directive("checkbox", function() { }); } }; -}); \ No newline at end of file +});