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
The use of Angular's $location object should be replaced. Make sure the tests still pass for all the chapter navigation stuff. This will involve mocking the path behavior. We should create our own $Path substitute in the utility module that exposes the same API and produces the same output to avoid rewriting code/tests.
The text was updated successfully, but these errors were encountered:
The use of Angular's $location object should be replaced. Make sure the tests still pass for all the chapter navigation stuff. This will involve mocking the path behavior. We should create our own $Path substitute in the utility module that exposes the same API and produces the same output to avoid rewriting code/tests.
The text was updated successfully, but these errors were encountered: