Fanstatic packaging of angular-scroll
Project description
js.angular_scroll
Introduction
This library packages angular-scroll for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.angular_scroll) are published to some URL.
How to use?
You can import angular_scroll from js.angular_scroll and need it where you want these resources to be included on a page:
>>> from js.angular_scroll import angular_scroll >>> angular_scroll.need()
CHANGES
0.6.2 (2014-12-10)
Initial release.