angular-once
angular-once copied to clipboard
One time bindings for AngularJS
once-if
Should use transclusion instead of letting child elements/directive compiled/rendered. Had several tests, in the following situation: <div once-if="a" my-directive></div> <div once-if="!a" my-directive><div> both directive still get compiled even though their...
how to handle the ng-repeat-start and ng-repeat-end in angular-once ?
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...
I expected ``` ``` to result in ``` ``` but I get ``` ```
I'd like to use a angular-once with scope parameters. Suppose I need to pass some value to my directives: ``` app.directive('directiveOne', function() { return { scope: { value: '@' },...
Calling a function in once-html that return the context is not working. `once-html="Sanitize(text)"`
While the version is not minified I feel obligated to copy the code to my project(which gets minified on build before deploying). Having a minified version is always good.
Hello! Angular once- \* not work in files which have been included using "ng-include"
Updated onceClass to allow for a mixed (Array and Map) syntax as per the ngClass docs: `once-class="[style4, {orange: warning}]"` i'm aware its not perfect and needs refactoring, however it is...