angular-block-ui icon indicating copy to clipboard operation
angular-block-ui copied to clipboard

Is the this plugin cache the js?

Open HanwenG opened this issue 8 years ago • 0 comments
trafficstars

Hi, I just added the var myApp = angular.module('myApp',['ngRoute', 'ngAnimate', 'ngResource', 'angularFileUpload', 'vcRecaptcha', 'blockUI'] in my app.js.

See the last item, blockUI, I found my javascript, that is, other controllers are cached in the browser. When I removed this, and refresh the page, changes in the editor can be download to browser.

Is that blockUI create the cache in the browser?

Many thanks

HanwenG avatar Dec 16 '16 04:12 HanwenG