In this repository we'll work through creating a sample standalone single page app using core angular directives and services.
angular.module
angular.controller
angular.directive
angular.$routeProvider
angular.factory
ng-app
,ng-model
,ng-submit
,ng-click
$scope
, inheritance and relationship to the DOM- application lifecyel (run, config)
- You need a Browser you are comfortable with, I use Chrome and Chrome Dev Tools for exploring pieces of the framework.
- Static Web Server, I use a small bash script that works for OSX, if you're on windows and have NodeJS installed I recommend the
serve
package; you can snag it withnpm i -g serve
and invoke it from the command line in this directory.