John Spiteri
John Spiteri
@jitendravyas please post what you have in your .atomignore @leny --- Thank you for this plug-in, bullseye
Hello @nadeemkhoury, I am using ESLint in WebStorm with '[eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular)' Let me know if you are still having an issue with this? or not...
@blauwhelm please format your code and create a Plunker, and I would be happy to help?
@thatisuday are you still having an issue here? or can this issue be closed? With UI-Router you can inject resolved data: ````javascript resolve: { identityResolve: ['identity', function(identity) { return identity.initialize().$promise;...
@vostrik, it references "0.1.2" in package.json... download it manually and it will work fine. https://github.com/sparkalow/angular-truncate/blob/master/package.json
+1 Thank you @andrewrk
Have the same issue: ``` unexpected network error has occurred. server responded with: "scope "interface-agency.internal". error: fatal: the server is busy exporting from other clients. total clients (including yours) in...
@Youjingyu, thought I would share a quick fix - clear the scope from the CLI, and re-export the packages...
Thank you @scheinercc for the branding resource, it would be nice to use the SVGs instead of PNGs...
Sure. In the Bitpay documentation the redirectURL string looks like this... `"redirectURL": "https://merchantwebsite.com/shop/return"` Our goal is to have the redirectURL string computed like this... `"redirectURL": "https://merchantwebsite.com/shop/{{ invoice.id }}/return"` ----------------------------------- Here...