Closed himanshuchaudhary closed 8 years ago
@himanshuchaudhary If you are using angular, angular loads a version of jQuery which may not have all the dependencies required by enscroll. If you load the full version of jQuery before angular, angular will use that version of jQuery instead of loading jqLite.
If this is true, you should be seeing something in the dev tool's console when calling enscroll as above.
$(document).ready(function() { console.log("Hi"); $('.scrollbox').enscroll(); });
Hi is getting printed but encroll(); not getting called. Also... I am using the css class for ng-repeat.. and the values which are repeated are dynamic..