简体   繁体   中英

AngularJs Changes don't show up

I have a problem with AngularJs. I have a ready app and I would like to make some modification. First of all I just would like to log something out. I modified the controller.js but when I upload to the server, it doesn't work. Actually if I delete the controller.js it still works. So it doesn't matter what I do, it doesn't update on the server.

I deleted cache and also disabled it.

**I don't attach code, because I think it's not because the code. If I comment out a working part of the code, then upload it, it still works.

What could be the problem?

Thanks

There is a task runner (grunt) who minifi and copy all JavaScript files in 1 file. so you will need to run the task before.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM