Zach Fitzgerald
Zach Fitzgerald
You shouldn't have to replace the directives. Try with the new version and let me know. If you are still experiencing the problem, please create a jsfiddle / plnkr.co with...
@mcneela86 can you elaborate on which device (or browser/emulator) you received this on so we can try to reproduce the issue?
@ricomonster, I have run into this in my own projects too and have done the approach @PatAtMacadamian shared (thanks dude!) I have explored easier ways the framework can handle this,...
+1 @raibutera - I think that's a really sound approach
I would think it's the same underlying cause where displayEffect needs to be invoked again since new buttons are entering the DOM after the first time displayEffect() has run. If...
We can add the directive as part of the library and add documentation for its usage. I think we'll want to extend displayEffect of the library as well. Where we're...