Emmanuel DEMEY

Results 38 comments of Emmanuel DEMEY

I thinks this change has been merged to master. This issue can be closed.

hi any news about this question ? I have the same problem. I need to load Ace files from a different directory. Thanks a lot. Manu

Maybe related to #716 ?

Thanks for the issue. Can you also share the code causing this error ? I will add it to our unit tests.

Yes. I would like the implement the possibility to enable/disable rules, and change the default configuration.

I think with the "function" parameter, it should fail, because you use the array syntax. But should succeed with the "array" parameter. ``` 'use strict'; /*eslint angular/di: [2,"array"]*/ angular.module('myApp.myService') .factory('myService',...