Skip to content

cachewatch/angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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">