From 2530c961b882ffd30c6d3508f10928613868506b Mon Sep 17 00:00:00 2001 From: Martin Seeler Date: Tue, 25 Aug 2015 14:13:47 +0200 Subject: [PATCH] Fix missing concatenation --- angular-bootstrap-checkbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";