Closed bonatoc closed 9 years ago
I'm having this issue too. Any help would be appreciated
It looks like the offending code was added in 62d7166cbf83bf3463fc9fd9e050cdf5b83bf21a
I kludged around this in my local installation by commenting out line 31 of route\index.js and replacing it with "{", If you do this you may not want to make a route with in the special route names in https://github.com/firebase/generator-angularfire/blob/master/angularfire/config.json
Same issue, please fix this :)
I'm having the same issue as well.
same here. it's broken.
@abryden solution to comment out line 31 worked for me. No problems so far.
Still having this issue here
@abryden commenting out line 31 and putting an '{' worked. Thanks
Fixed for 1.0.0. Thanks.
I try to generate a route like this
and i get this error :
Any hints on where I should search / a hack I could use ? What could be the culprit ?