ngro : define an otherwise condition : missing {
Hi
There is a missing { in the template text for the ngro live template:
Before :
$routeProvider.otherwise(redirectTo : '$url$'});
$END$
Correct :
$routeProvider.otherwise({redirectTo : '$url$'});
$END$
Thank for your plugin :)
Best Regards
@johnlindquist wanted to fix this one but couldn't find live templates checked-in in this repo. Did you just build the plugin without checking those live tpls in? Or did you build the plugins referencing things directly from my repo (https://github.com/angularjs-livetpls/angularjs-webstorm-livetpls)?
It looks like I didn't add the templates dir when I committed. I'll take care of that on my desktop tomorrow.
On Tue, Jan 1, 2013 at 4:50 AM, Pawel Kozlowski [email protected]:
@johnlindquist https://github.com/johnlindquist wanted to fix this one but couldn't find live templates checked-in in this repo. Did you just build the plugin without checking those live tpls in? Or did you build the plugins referencing things directly from my repo ( https://github.com/angularjs-livetpls/angularjs-webstorm-livetpls)?
— Reply to this email directly or view it on GitHubhttps://github.com/johnlindquist/angularjs-plugin/issues/6#issuecomment-11788914.
Because plugin development moved to JetBrains/intellij-plugins this issue is now tracked as WEB-10981