Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

fundamentals

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Practical Angular JS: Fundamentals

In this repository we'll work through creating a sample standalone single page app using core angular directives and services.

Topics Covered

  • 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)

Dependencies

  • 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 with npm i -g serve and invoke it from the command line in this directory.