Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cminhho/angular-backtotop
"Back to top" directive link allows users to smoothly scroll back to the top of the page
https://github.com/cminhho/angular-backtotop
Last synced: about 2 months ago
JSON representation
"Back to top" directive link allows users to smoothly scroll back to the top of the page
- Host: GitHub
- URL: https://github.com/cminhho/angular-backtotop
- Owner: cminhho
- Created: 2015-07-06T03:21:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T07:49:29.000Z (over 9 years ago)
- Last Synced: 2024-11-08T07:36:43.072Z (2 months ago)
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-backtotop
## Usage
```
bower install -g angular-backtotop
```>
```html
var myApp = angular.module('myApp', ['angular-backtoptop']);
// For Component users, it should look like this:
// var myApp = angular.module('myApp', [require('angular-ui-router')]);
...
Back to top```
## License
MIT