angular-once
angular-once copied to clipboard
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 priority is lower. I suppose the the $element.remove() is queued after the compilation of other directives
try once-wait-for="param1"
i wold like to ask is there option like this once-wait-for="param1, param2, etc"?
+1 I see compiled directive child too..
Can confirm, this is still an issue. Today it works more like onceShow - but still not even quite.