Fixed javascript style check error

This commit is contained in:
Torkel Ödegaard
2015-03-05 16:53:08 +01:00
parent 5ccd3e2f84
commit 79be106711
-1
View File
@@ -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>' +