You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
There is a list of recipes in an ng-view (recipes.html) and in another, nested ng-view the selected recipe is displayed.
Currently there is no easy way to highlight actually selected recipe in recipes.html. If a RouteProvider is attached to the recipes.html it does not have access to recipeId parameter.
The text was updated successfully, but these errors were encountered:
Let us consider the recipe application described here: #837
There is a list of recipes in an ng-view (recipes.html) and in another, nested ng-view the selected recipe is displayed.
Currently there is no easy way to highlight actually selected recipe in recipes.html. If a RouteProvider is attached to the recipes.html it does not have access to recipeId parameter.
The text was updated successfully, but these errors were encountered: