templateUrl auto complete
I'm can't seem to get my tempateUrls to autocomplete in my Angular app. It's running inside of a Symfony structure, so the partials live in /web/app-name/partials and I am calling them in the directive as templateUrl:'app-name/partials'.
I set partials directory as Resource root but no dice.
All else working for autocomplete (controller names, etc.) so the plugin seems to be installed correctly.
Is this how I need to set my resource root? I am missing something.
Thx.
Please sign in to leave a comment.
PHPstorm tries to resolve these URLs relative to current file rather than the main page or base url; related ticket - https://youtrack.jetbrains.com/issue/WEB-10654