You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: