jeefo_component
Advanced tools
Comparing version 0.0.4 to 0.0.5
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : collect_components.js | ||
* Created at : 2017-08-10 | ||
* Updated at : 2017-08-31 | ||
* Updated at : 2017-09-06 | ||
* Author : jeefo | ||
@@ -114,6 +114,8 @@ * Purpose : | ||
if (other.children.length) { | ||
transclude(other.children, nodes[i].children); | ||
} else { | ||
other.children = nodes[i].children; | ||
if (nodes[i] !== other) { | ||
if (other.children.length) { | ||
transclude(other.children, nodes[i].children); | ||
} else { | ||
other.children = nodes[i].children; | ||
} | ||
} | ||
@@ -120,0 +122,0 @@ |
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : for_each_directive.js | ||
* Created at : 2017-07-25 | ||
* Updated at : 2017-08-31 | ||
* Updated at : 2017-09-06 | ||
* Author : jeefo | ||
@@ -100,7 +100,7 @@ * Purpose : | ||
compile_nodes([node], component); | ||
component.$element = component.children[0].$element; | ||
var element = compile_nodes([node], component).firstChild; | ||
component.$element = jqlite(element); | ||
this.$component.children[index] = component; | ||
this.$last_element.after(component.$element[0]); | ||
this.$last_element.after(element); | ||
@@ -107,0 +107,0 @@ $animator.enter(component.$element, stagger_index); |
{ | ||
"name": "jeefo_component", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
33895
1095