karlhepler / angular-middleware

Laravel-like middleware for Angular ui.router and ngRoute
MIT License
33 stars 4 forks source link

Global middleware gets called twice in a row initially with ngRoute #2

Open karlhepler opened 8 years ago

karlhepler commented 8 years ago

In the ngRoute test file, the global middleware gets called twice in a row when initialized. Not sure why, but ui.router doesn't have this behavior. The ui.router configuration calls it once, as it should.