Vitaly Belman

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Vitaly Belman commented, -
-
-
Vitaly Belman created a post, AnsweredFile name isn't clickable in Mocha output
I'm getting the following output when I run a test: I assumed it is because the file path is relative so I changed the file /Users/vitaly/Library/Application Support/PyCharm50/NodeJS/js/mocha-inte... -
Vitaly Belman created a post, WebStorm 10 EAP - Typescript compiler - Compile all TS files at once
Currently the compiler seems to compile only the current file and it naturally has a lot of errors such as Error:(27, 18) TS2304: Cannot find name 'angular'.I am not using <reference> tags and inst... -
Vitaly Belman created a post, WebStorm 8 - Intellisense doesn't work with dependency injection
I'm trying out the intellisense in WebStorm 8 and it does work. I can create HTML and the ng-controller finds the controller correctly.However, in this code:var testModule = angular.module("test", ...