June 2014
Intermediate to advanced
696 pages
38h 52m
English
Before you can implement an AngularJS application, you need to get the library loaded in an HTML template. The following lines in Listing 20.2 load the angular.js library and then load the first.js JavaScript custom module.
15 <script src="http://code.angularjs.org/1.2.9/angular.min.js"></script>16 <script src="/js/first.js"></script>
Read now
Unlock full access