Slide 17
Slide 17 text
EXAMPLE 3 : Services
Source code :
https://github.com/mazipan/angularjs-basic-
tutorial/tree/master/example3-services
You Learn :
+ How to create service in AngularJS
+ Inject service to controller
+ Instance many controller in One WebApp
+ Sharing data between controller