SamanthaAdrichem

Results 23 comments of SamanthaAdrichem

I have the exact same issue with a different character and found out that IE converts the loaded JSON file. And changes & to & so > will probably become...

That fixes it for me.

Yes, see my pull-request, which determines exactly the same, and notices that the fix isn't applied at a second location.

Hey. My Solution is for AngularJs not for Angular. For Angular we actually no longer use Restangular. We added a request interceptor to convert all gets to the override posts...

Yeah, I understand, but as I said my pull request is on the AngularJS version. Hope they will implement it for you in the Angular version

I've also got this issue, it either doesn't clean anything anymore or it randomly cleans everything that the copy plugin provided (for example the .htaccess to rewrite to index.html) and...

If I add console.log's the router modules are being loaded before the sync, if i add a breakpoint to the sync and check the URL service, the routes are not...

Trying to debug it. Seems like when it hits t his piece of code, which it only hits once the modules is an empty array ``` // Register the ng1...

Ok it seems that in the function above, the `UIROUTER_MODULE_TOKEN` is undefined. (apperently we're loading the fesm5 version)

Ok seen that the `UIROUTER_MODULE_TOKEN` was set to a separate file in @uirouter/angular 6.0.2 i've downgraded to 6.0.1 which seems to fix it. It's broken for hybrid in 6.0.2. though!