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 26, 2024. It is now read-only.
- Convert the static phone list to dynamic by:
- Creating a `PhoneListController` controller.
- Extracting the data from HTML into the controller as an in-memory dataset.
- Converting the static document into a template with the use of the `ngRepeat` directive.
- Add a simple unit test for the `PhoneListController` controller to show how to write tests and
run them using Karma (see README.md for instructions).
0 commit comments