https://github.com/cachewatch/angular
API on Angular
https://github.com/cachewatch/angular
angular javascript npm
Last synced: about 1 month ago
JSON representation
API on Angular
- Host: GitHub
- URL: https://github.com/cachewatch/angular
- Owner: cachewatch
- License: gpl-2.0
- Created: 2015-01-04T17:17:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T23:45:11.000Z (over 11 years ago)
- Last Synced: 2025-04-06T08:28:18.551Z (about 1 year ago)
- Topics: angular, javascript, npm
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CacheWatch for angular
API on Angular
```javascript
angular
.module('MyApp',[ 'cachewatch'])
.controller([ '$scope', 'cachewatch', function($scope, cache){
cache.ready();
// or
cache.loading();
}]);
```
Look the body
```html
```