adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.26k stars 7.63k forks source link

Brackets and angularjs #6217

Open amunje opened 10 years ago

amunje commented 10 years ago

I like the fact that while developing on brackets, you do not need to refresh the browser to see the result of the changes, however when using angular, the changes require refresh, otherwise shows the on {{ not evaluated }}. Is there any known trick either in agnularjs or Brackets where I can get around this?

Thanks

adumesny commented 10 years ago

see http://youtu.be/Dj59p5LFpvc for a way around it...

amunje commented 10 years ago

Thanks for this work around. I tried it, and it seems to work but only after I save the file. The video doesn't mention this explicitly, but it seems the updates were happening only after saving. If that is the case, then that is good too, but if I am doing something wrong, please let me know... thanks again