cachewatch-angular

Wrapper for CacheWatch in Angular


Keywords
cache, watch, cachewatch, seo, templates, angularjs, angular, javascript, npm
License
GPL-2.0
Install
npm install cachewatch-angular@0.0.11

Documentation

CacheWatch for angular

API on Angular

angular
    .module('MyApp',[ 'cachewatch'])
    .controller([ '$scope', 'cachewatch', function($scope, cache){
        cache.ready();
        // or 
        cache.loading();
    }]);

Look the body

<body ... data-ready="loading|ready">