Vasiliy Telyatnikov

Results 3 issues of Vasiliy Telyatnikov

We are using webpack and trying to inject this module like: ``` js import angularUploadModule from 'angular-upload'; //... export default angular .module('states.blog.edit', [ angularUploadModule, // ... ]) .name; ``` But...

After generator works I have this **broken** `bower.json`: ``` json { "name": "angular-mobile", "version": "0.0.0", "dependencies": { "angular": ">=1.3.0", "json3": "~3.2.6", "es5-shim": "~2.1.0", "jquery": "~1.10.2", "angular-resource": ">=1.3.0", "angular-cookies": ">=1.3.0", "angular-sanitize":...

I am using gateway in my Grunt-based app for tiny PHP script execution like [this](https://coderwall.com/p/bal2_a) but have not view PHP errors in console after 'watch' task runned.