angular-once
angular-once copied to clipboard
Refreshing anglar-once bindings in certain cases
I think it would be useful in some cases to update content that has been bound-once. For example, if you change the locale of an app. In this case you'd want all of the bound-once content to update.
I've been watching @Pasvaz's bindonce rebind-debug branch and it's a nice feature, but it looks like that project is slowing down a bit. Perhaps because of ngBindOnce coming in 1.3? The problem is that ngBindOnce doesn't have this feature either.
Do you think it's something that could go into angular-once?
that would be cool +1!
+1!