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 Apr 12, 2024. It is now read-only.
If no one objects, I can issue a pull request to implement these changes.
Still to-do: update the end to end test conditions
I should note - overall I think this demo misses the mark for demoing deep linking - the majority of the code is to support the app functionality, not to implement particularly interesting deep linking. Thoughts?
"#/" is missing in front of the links in index.html for http://docs.angularjs.org/cookbook/deeplinking:
[ Welcome | Settings ]
Solution code:
The above line in index.html becomes:
[ Welcome | Settings ]
The text was updated successfully, but these errors were encountered: