McNull / angular-block-ui

AngularJS Block UI Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the this plugin cache the js?

HanwenG opened this issue · comments

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