Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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