Hey there!

curiously, all the URLs generated with [router-link] are starting with 
'/null' in  my app. They seem to work properly by showing the right 
content, although the Browser URL doesn't change (so there the null is not 
displayed, only in the href attribute).

I created my routes like this:

@RouteConfig([
    {path: '/', as: 'Dashboard', component: Dashboard, data: {path: '/'}},
    {path: '/trips', as: 'TripList', component: TripList},
])


and bootstrapped the app like so:

bootstrap(App, [ROUTER_PROVIDERS, provide(APP_BASE_HREF, {useValue: '/'})]);

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to