Friday, April 26, 2013

AngularJS: JavaScript Framework

Angular.js could be important for future of the web (and technology in general :)
since it provides and effective declarative method for extending HTML syntax and functionality.

presentation:
Re-imagining the Browser with AngularJS
, by Angular.js creator Miško Hevery from Google @ InfoQ.com

AngularJS, by Igor Minar, Brad Green (both working on Angular.js in Google) @ InfoQ.com

AngularJS — Superheroic JavaScript MVW Framework @ angularjs.org

Example:

<input type="text" ng-model="yourName" placeholder="Enter a name here">
<h1>Hello {{yourName}}!</>

Tutorial

Some of the Angular.js features are apparently being added to web browsers and HTML standards!

Book:AngularJS

Dan Wahlin interviews Joe Eames and Jim Cooper about AngularJS (Pluralsight)

AngularJS Cheat Sheet

No comments: