Jean-Michel

Results 6 comments of Jean-Michel

I think it's more a bug than a question because it works on 1.0. I have injected 'ngProgress' into the controller: ``` function msgService($uibModal, notificationService, ngProgress, errorMsgService, gettextCatalog) { 'ngInject';...

A question, do that work on 1.0 ? ``` --- a/src/framework/messages.js +++ b/src/framework/messages.js @@ -106,9 +106,10 @@ * @name swif.framework.msgService * @description this service provide an API to display feedback...

I understand, adding features is always great but breaking changes are bad (at least 1.0 -> 1.1 should be minor changes). To handle this I'm using https://github.com/semantic-release/semantic-release which pump major...

For my part I have created angular-leaflet-light because of this issue https://github.com/toutpt/angular-leaflet-light

+1 you should not use eval.

This is quite a weird context: I'm currently try to use git's post-recieve hook (server side) which launch a shell script in background (using nohup script). When the script is...