June 2014
Intermediate to advanced
696 pages
38h 52m
English
Often data that is used for an AngularJS application comes from a backend data source such as a database. In such instances, the scope still acts as the definitive source of data for the AngularJS application. You should use the following rules when interacting with data that is coming from the server side:
Access data from the database or other backend sources via AngularJS services, which are discussed in a later chapter. This includes both reading and updating data.
Ensure that data read ...
Read now
Unlock full access