Open Nishanksingla opened 7 years ago
Hi! there isn't a lazyload way for now.. but if you change a bound sb-list array after load the directive should work correctly. Can you show me your case? I'm planning to add lazyload feature soon. But maybe I can help with your case anyway.
Hey I have applied this directive in a subview and my data comes in parent controller from the server. If I load the main page first which executes the parent controller then when I navigate to subview, data is shown perfectly but when refresh the sub view, directive gets loaded before the data has arrived from server thus directive does not work.
Is there any way in which directive is loaded in a lazy way ?