cherifGsoul on upgrade-docs-html-canjs
cherifGsoul on master
Upgrade the site theme for new … (compare)
cherifGsoul on upgrade-docs-html-canjs
Upgrade the site theme for new … (compare)
WARN: can/view/scanner.js: No custom element found for landing-controller
// controller.stache
<can-import from="src/controller/landing/landing" />
{{#controller}}{{/}}
// controller.js
controller: function (options) {
var frag = can.view.stache(
// '<can-import from="src/controller/landing/landing" />' +
'<landing-controller></landing-controller>')();
return frag;
}
@ilyavf asked:
3:18 PM
Do you know why this setter is called twice after a template binding is added? http://jsbin.com/sinunew/edit?js,console,output