angularjs-plugin
angularjs-plugin copied to clipboard
plugin does not work with xhtml file ending
I created a new HTML file today with PhpStorm and choose XHTML, PhpStorm automatically gave it a .xhtml file ending. When I added Angular JS by typing script:src, expanding with tab and setting the URL for angular.js it did not become yellow and I was not able to download and register AngularJS in PhpStorm.
When I renamed the file to .html, it immediately worked and I could use the quick fix to download AngularJS and now I can use the ng-* namespace.
I guess thats probably a bug in the plugin?
lanoxx, I'm facing the same problem. Have you found a workaround?
This was a long time ago. I dont think I found a workaround. I guess in the end I just settled with using HTML 5 instead.
Tks!