Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taylorpzreal/angularjs-backtop

Angularjs1.x back to top plugin.
https://github.com/taylorpzreal/angularjs-backtop

angularjs backtop plugin

Last synced: 17 days ago
JSON representation

Angularjs1.x back to top plugin.

Awesome Lists containing this project

README

        

# angularjs-backtop
[![npm version](https://img.shields.io/npm/v/angularjs-backtop.svg?style=flat)](https://www.npmjs.com/package/angularjs-backtop)

> Angularjs1.x back to top plugin.(Need jQuery)

![AngularjsBackTop](src/example/example.png)

## Installtion(Just 3 steps.)
1. ```yarn add angularjs-backtop``` OR ```npm install angularjs-backtop```
2. At your root module js.
```javascript
import 'angularjs-backtop/dist/css/angularjs-backtop.css';
import 'angularjs-backtop';

// put 'AngularjsBackTop' to your root angular module.
const app = angular.module('app', ['AngularjsBackTop']);
others...
```
3. At your root index.html
```html
...

...

```
## Plan
- [ ] unneed jquery
- [ ] Could custom scroll speed
- [ ] Could custom backtop btn style