gterrono / houston

A zero-config, Django Admin-like admin for Meteor
https://atmospherejs.com/houston/admin
MIT License
807 stars 97 forks source link

Using ui-route ( angular-meteor) warning is shown on the page #365

Open sauliuni opened 8 years ago

sauliuni commented 8 years ago

Hello,

if im using angularui:angular-ui-router im getting following error in the bottom of the page:

Oops, looks like there's no route on the client or the server for url: "http://localhost:3000/."

Navigating to admin works on Chrome 49, and houston is loaded. On safari the default route is shown ( houston blinks for just a ms)

Im wondering if i can remove the Iron:router und use my own (ui-router)

rafa-munoz commented 8 years ago

Yes, I also get this error using FlowRouter as my main router. I get this "Oops" error in every address outside the /admin. Any solution?

mornir commented 8 years ago

http://stackoverflow.com/questions/31035196/iron-router-conflict-with-angular-ui-router

Personally, I just stopped using Houston. It is too much hassle to implement iron:router only to get rid of that warning.