Comparing version 0.1.25 to 0.1.26
@@ -102,2 +102,9 @@ /** | ||
attrValue = filters.shift(); | ||
// this will remove one time bindings (if only one value being evaled) | ||
// note this won't work with a complex expression | ||
if (attrValue && attrValue.substring(0, 2) === '::') { | ||
attrValue = attrValue.substring(2); | ||
} | ||
preval = 'evaled = ' + attrValue + ';'; | ||
@@ -104,0 +111,0 @@ |
{ | ||
"name": "jangular", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "JavaScript based templating engine for Angular", | ||
@@ -21,8 +21,8 @@ "main": "lib/jangular.js", | ||
"dependencies": { | ||
"jyt": "^0.1.25" | ||
"jyt": "^0.1.26" | ||
}, | ||
"devDependencies": { | ||
"gulp": "^3.8.10", | ||
"taste": "^0.1.25" | ||
"taste": "^0.1.27" | ||
} | ||
} |
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
55272
1353
Updatedjyt@^0.1.26