placeholders were not correctly loading with lazy-hide parameter on lazy-module directive
lazy-hide parameter on lazy-module directive
lazy-module directive was not working.
$interval delay is now configurable.
Removed angular-inview dependency. We're now polling for updates instead of reacting to scroll events. Looks better in most browsers.
Fix magic numbers and hopefully fix weird scenarios where checkInView event was not trigerred correctly.
Fix situation where extreme scrolling throws an error.
Fix lazyRepeater and lazyModule to automatic trigger inView until all the elements in the viewPort are visible.
Add lazyIf parameter on lazyRepeater directive.
Fix fickering of the placeholder on lazy-repeater when number of items is smaller than threshold.
First release. Everything should work as expected. Pray for no bugs.