¡@

Home 

2014/10/16 ¤W¤È 12:07:47

jquery Programming Glossary: scope.sections

Lazy loading Angular views and controllers on page scroll

http://stackoverflow.com/questions/20410447/lazy-loading-angular-views-and-controllers-on-page-scroll

animate enter.section animate enter active opacity 1 left 0 Angular logic app.controller 'myCtrl' function scope scope.sections 'top' 'mid' 'bottom' html files to load top.html etc scope.loadedSections scope.sections 0 loaded html files app.directive.. 'myCtrl' function scope scope.sections 'top' 'mid' 'bottom' html files to load top.html etc scope.loadedSections scope.sections 0 loaded html files app.directive 'scrollLoad' function compile return restrict 'A' link function scope element attrs var.. function scope element attrs var to scope attrs.scrollLoadTo scope.loadedSections var from scope attrs.scrollLoadFrom scope.sections window angular.element window window.bind 'scroll' function event var scrollPos document.body.scrollTop document.documentElement.clientHeight..