December 2014
Intermediate to advanced
272 pages
8h 17m
English
Before you can implement an AngularJS application, you need to get the library loaded in an HTML template. The following lines in Listing 2.1 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