Fixed javascript style check error
This commit is contained in:
@@ -66,7 +66,6 @@ function (angular, kbn) {
|
||||
var label = '<label for="' + scope.$id + attrs.model + '" class="checkbox-label">' +
|
||||
attrs.text + tip + '</label>';
|
||||
|
||||
|
||||
var template = '<input class="cr1" id="' + scope.$id + attrs.model + '" type="checkbox" ' +
|
||||
' ng-model="' + attrs.model + '"' + ngchange +
|
||||
' ng-checked="' + attrs.model + '"></input>' +
|
||||
|
||||
Reference in New Issue
Block a user