Future of bindonce
no-more opened this issue · 3 comments
Hi,
First of all, thanks a lot for this great plugin. It saved my life on a previous project.
This is not an issue but a question (I'm not sure where I should post it).
I was wondering with new releases of angular (1.4, 1.5 and even 2.0) is there any case where we should still use bindonce ? I'm not an expert of the new angular native bindonce feature, does it cover all the features of bindonce ? If not, could someone explain the differences, and use cases ?
And the second question is: if there's still some case where we should use bindonce, will it be maintained? It seems the project is not active anymore.
Thanks a lot, and if you moved on another project I wish you the best.
I think I was looking for an answer to this as well. I found this in the Angular documentation, and was wondering if bindonce has any advantage over it: https://docs.angularjs.org/guide/expression#one-time-binding
^was wondering as well about native one-way binding vs using this library! Will test both.
Any updates on this @hydrosquall? I just stumbled over both (this neat directive and the "official" one-time-binding). Would be interested in exactly your outcome!