https://github.com/idiotwu/angular-request-idle
requestIdle for angular
https://github.com/idiotwu/angular-request-idle
Last synced: 3 months ago
JSON representation
requestIdle for angular
- Host: GitHub
- URL: https://github.com/idiotwu/angular-request-idle
- Owner: idiotWu
- License: mit
- Created: 2015-10-29T10:19:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T12:00:01.000Z (almost 10 years ago)
- Last Synced: 2025-06-13T22:46:27.375Z (4 months ago)
- Language: JavaScript
- Size: 483 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## angular-request-idle
[requestIdle](https://github.com/idiotWu/requestIdle) for angular.
### Install
```
bower install requestIdle --save
```### Usage
```javascript
angular.app('app', ['ng.requestIdle'])
.controller('someCtrl', function(requestIdle) {
// have fun with requestIdle
});
```For more info please check [requestIdle](https://github.com/idiotWu/requestIdle) repo.
## License
MIT.