You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using angular 1.5.8 and slick slider 1.6.0. In my project, I have one parent ng-repeat and a child ng-repeat. My slick slider contains one ng-repeat which receives images from API data. My current parent ng-repeat object is referred as 'key' while my current child ng-repeat object is referred as 'thumbkey' (in key.allimages). If I could get 'thumbkey' object (as it is I'm receiving from API) on 'init' or 'afterchange' event of slider, it would be better as I want to change some values inside the object.
The text was updated successfully, but these errors were encountered:
Gourav102
changed the title
Accessing current child ng-repeat object from slick into parent ng-repeat object
Accessing current child ng-repeat object from slick into parent ng-repeat
Nov 5, 2016
I'm using angular 1.5.8 and slick slider 1.6.0. In my project, I have one parent ng-repeat and a child ng-repeat. My slick slider contains one ng-repeat which receives images from API data. My current parent ng-repeat object is referred as 'key' while my current child ng-repeat object is referred as 'thumbkey' (in key.allimages). If I could get 'thumbkey' object (as it is I'm receiving from API) on 'init' or 'afterchange' event of slider, it would be better as I want to change some values inside the object.
The text was updated successfully, but these errors were encountered: