angular-once icon indicating copy to clipboard operation
angular-once copied to clipboard

once-if

Open stanwz opened this issue 10 years ago • 3 comments

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

stanwz avatar Oct 17 '14 01:10 stanwz

try once-wait-for="param1"

i wold like to ask is there option like this once-wait-for="param1, param2, etc"?

GoceBogdanovski avatar Aug 06 '15 12:08 GoceBogdanovski

+1 I see compiled directive child too..

ntvsx193 avatar Apr 14 '16 12:04 ntvsx193

Can confirm, this is still an issue. Today it works more like onceShow - but still not even quite.

atoftegaard avatar Sep 29 '16 11:09 atoftegaard