angulartics/angulartics-scroll

Name: angulartics-scroll

Owner: angulartics

Description: null

Created: 2015-09-08 00:17:50.0

Updated: 2016-08-05 01:27:12.0

Pushed: 2017-05-24 12:12:23.0

Homepage: null

Size: 6

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

angulartics-scroll

NPM version NPM downloads Bower version Dependencies status MIT license Join the Slack chat

scroll plugin for Angulartics.

Important Note

This plugin has no maintainers at the moment. If you use scroll and want to contribute with code/documentation/examples and become an active maintainer of this project, please let us know.

Install

First make sure you've read installation and setup instructions for Angulartics.

Then you can install this package either with npm or with bower.

npm
install angulartics-scroll

Then add angulartics.scroll as a dependency for your app:

ire('angulartics')

lar.module('myApp', [
ngulartics',
quire('angulartics-scroll')

Please note that core Angulartics doesn't export the name yet, but it will once we move it into the new organization.

bower
r install angulartics-scroll

Add the <script> to your index.html:

ipt src="/bower_components/angulartics-scroll/dist/angulartics-scroll.min.js"></script>

Then add angulartics.scroll as a dependency for your app:

lar.module('myApp', [
ngulartics',
ngulartics.scroll'

Documentation

Documentation is available on the Angulartics site.

Development
run build
License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.