You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really don't know why, but I can't dispatch any signals anymore because it says there are no bindings, although they're denfinitly there. Look at this screenshot:
You can see self and this is not referring to the same object. While this._bindings.length is 1, self._bindings.length is 0, so it doesn't call anything.
It worked for me before, so I don't know what I made wrong. I clearly think the problem is on my side, but I don't get why this behaviour comes up.
My binding looks like this: if(!ng.Templates[name].loaded) { ng.Templates[name].onLoaded.add(function(template) { //this code is never called template.create(); }); ng.Templates[name].load(); }
The text was updated successfully, but these errors were encountered:
I really don't know why, but I can't dispatch any signals anymore because it says there are no bindings, although they're denfinitly there. Look at this screenshot:
You can see self and this is not referring to the same object. While this._bindings.length is 1, self._bindings.length is 0, so it doesn't call anything.
It worked for me before, so I don't know what I made wrong. I clearly think the problem is on my side, but I don't get why this behaviour comes up.
My binding looks like this:
if(!ng.Templates[name].loaded) { ng.Templates[name].onLoaded.add(function(template) { //this code is never called template.create(); }); ng.Templates[name].load(); }
The text was updated successfully, but these errors were encountered: