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