- Code School: Shaping up with AngularJS - recommended for hands-on devs - https://www.codeschool.com/courses/shaping-up-with-angular-js
- Angular Phonecat: https://docs.angularjs.org/tutorial/index
- Egghead.io - https://egghead.io/technologies/angularjs (Getting Started - https://egghead.io/series/angularjs-app-from-scratch-getting-started)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
GET squawk:<br /> | |
{{ squawk_get }}<br /><br /> | |
POST squawk:<br /> | |
{{ squawk_post }}<br /><br /> | |