Fabio

Results 5 comments of Fabio

Hi all, I have the same issue. In my build.gradle I have: ``` version = '1.0.3-SNAPSHOT' release { versionPropertyFile = 'build.gradle' ... } ``` because I need to generate a...

Hi @nkanand4, I have the same issue during uglify when I try to add a state factory with the following code ``` $futureStateProvider.stateFactory('ocLazyLoad', ['$q', '$ocLazyLoad', function($q, $ocLazyLoad, futureState) { var...

Yes because _futureState_ is the parameter passed by ui-router-extras (line 1435). I can't inject this value. I'm using angular v.: 1.5.5, ui-router v.: 0.2.18 and ui-router-extras v.: 0.1.2. Any ideas?...

I resolved the problem. It was a my fault. Many thanks.