AngularJS and Scroll lazy load directive Sep 15, 2015 Lazy load is a familiar task when you work with web application. For example, when you scroll your application to the bottom of page, you want to load more data from server side. This will make a better user experience and app performance. view source Advertisement