angularjs-plugin icon indicating copy to clipboard operation
angularjs-plugin copied to clipboard

ngro : define an otherwise condition : missing {

Open lauterry opened this issue 13 years ago • 3 comments

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

lauterry avatar Dec 27 '12 16:12 lauterry

@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)?

pkozlowski-opensource avatar Jan 01 '13 11:01 pkozlowski-opensource

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.

johnlindquist avatar Jan 02 '13 02:01 johnlindquist

Because plugin development moved to JetBrains/intellij-plugins this issue is now tracked as WEB-10981

denofevil avatar Feb 13 '14 08:02 denofevil