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

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

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

```