June 2014
Intermediate to advanced
696 pages
38h 52m
English
Now that you understand the basic components in the AngularJS framework, the intent and design of the AngularJS framework, and how to bootstrap AngularJS, you are ready to get started implementing AngularJS code. This section walks you through a very basic AngularJS application that implements an HTML template, AngularJS module, controller, scope, and expression.
The first step is to implement a basic Node.js webserver. The code in Listing 20.1 shows a basic Node.js webserver that serves static files that serve the following routes:
/static: Maps to ./static in the project directory and contains the HTML ...
Read now
Unlock full access