jeff-jangular
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -37,2 +37,7 @@ /* | ||
} | ||
function removeClassBool(clazz) { | ||
return function(e, val) { | ||
return (val ? e : addClasses(e, clazz)); | ||
}; | ||
} | ||
@@ -92,3 +97,3 @@ var evalAttributes = ['id', 'href', 'src', 'title', 'placeholder', 'popover', 'value', 'alt']; | ||
'ng-selected': setAttributeBool('selected'), | ||
'ng-show': addClassBool('ng-show'), | ||
'ng-show': removeClassBool('ng-show'), | ||
'ng-src': setAttribute('src'), | ||
@@ -95,0 +100,0 @@ 'ng-srcset': setAttribute('srcset'), |
{ | ||
"name": "jeff-jangular", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "lib/jangular.js", | ||
@@ -5,0 +5,0 @@ "description": "A plugin for jeff.js that allows you to render pages from server-side jeff templates that contain angular syntax.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
770
38313
65