jeefo_component
Advanced tools
Comparing version 0.0.7 to 0.0.8
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : binder.js | ||
* Created at : 2017-09-06 | ||
* Updated at : 2017-09-09 | ||
* Updated at : 2017-09-13 | ||
* Author : jeefo | ||
@@ -61,3 +61,3 @@ * Purpose : | ||
controller[prop] = value.replace(PLACEHOLDER_REGEX, function (sub, param) { | ||
var $parser = parser(component, param); | ||
var $parser = parser(component, param.trim()); | ||
@@ -64,0 +64,0 @@ return $parser.get(); |
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : collect_components.js | ||
* Created at : 2017-08-10 | ||
* Updated at : 2017-09-06 | ||
* Updated at : 2017-09-13 | ||
* Author : jeefo | ||
@@ -134,4 +134,2 @@ * Purpose : | ||
); | ||
attrs.remove(keys[i]); | ||
} | ||
@@ -147,2 +145,7 @@ } | ||
j = component.directives.length; | ||
while (j--) { | ||
attrs.remove(component.directives[j].name); | ||
} | ||
_parent = component; | ||
@@ -149,0 +152,0 @@ container.push(component); |
{ | ||
"name": "jeefo_component", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Part of jeefo framework", | ||
@@ -5,0 +5,0 @@ "author": { |
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
34617
1123