I'm currently working on something which utilizes both Angular a jQuery plugin called Venobox, which is just a LightBox solution with some needed features. The problem i'm facing is re-created on the following Plunker;
http://stackoverflow.com/questions/34073722/angular-directive-with-venobox-modal-solution <http://stackoverflow.com/questions/34073722/angular-directive-with-venobox-modal-solution> The problem being that the directives I created to initialize Venobox after the final item in ng-repeat is loaded are not properly initializing venobox when any ng statement is used (such as ng-if, ng-class, or ng-repeat), however, if I call upon the array itself and call item attributes based on their index, the venobox loads properly and the modal appears. Is there something wrong with my directive which is causing it to behave in this manner, or is there possibly a better solution to what I am facing? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
