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
- Replaced the in-memory dataset with data loaded from the server (in
the form of static phone.json file to make this tutorial backend
agnostic)
- The json file is loaded using the [$http] service
- Demonstrate the use of [services][service] and [dependency injection][DI]
- The [$http] is injected into the controller through [dependency injection][DI]
(Added inline annotation - thanks to @guatebus - closesangular#207)
0 commit comments