Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

1.1.5 route matching issue #2784

Closed
hlobil opened this issue May 24, 2013 · 1 comment
Closed

1.1.5 route matching issue #2784

hlobil opened this issue May 24, 2013 · 1 comment

Comments

@hlobil
Copy link

hlobil commented May 24, 2013

I updated to from 1.1.4 to 1.1.5.

  1. When I navigate internally, it works.
  2. If I reload the page in browser or navigate directly, the route is not found / matched.

http://127.0.0.1:8080/recipe/1/kale-salad

when('/recipe/:id/:name', {
templateUrl: '/partials/recipe-detail.html',
controller: RecipeDetailCtrl,
resolve: RecipeDetailCtrl.resolve
})

$location.url() is /kale-salad

@hlobil
Copy link
Author

hlobil commented May 24, 2013

duplicate #2774

@hlobil hlobil closed this as completed May 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant