I'm trying to use angularFireAuth (from AngularFire - Firebase) with ui-route.
The problem is that the angularFireAuth needs ng-route as a dependency, so I will have to include it in my module.
The only way working now is to include the ng-route in my module but not to configure it.
Is there any better way ?
Thanks