angular-ui-router-styles
angular-ui-router-styles copied to clipboard
angular meteor not working
I've been using this package in regular angular apps with no problem at all
But I've tried using it with angular-meteor and when I add the directive ui-router-styles it crashes my app.
Errors prevented startup:
While processing files with angular-templates (for target web.browser):
client/index.html:18: Parse error in tag
While processing files with angular-templates (for target web.cordova):
client/index.html:18: Parse error in tag
Your application has errors. Waiting for file change.
<body ng-controller="IndexCtrl as ic" ui-router-styles>
Still have the issue?