This is a small bug fix release to fix $location related bugs. Bug Fixes$location: don't throw exception while url rewriting if element was removed (3da4194f, #1058)$location: prevent ie from getting into redirect loop (ffb27013, #1075, #1079, #1085) LinksDownloadsangular-seedJsFiddleComplete Change...
Monday, 25 June 2012
Thursday, 14 June 2012
Better Web Templating with AngularJS 1.0
From the Google Develoeper's BlogBy Miško Hevery, Google AngularJS teamAngularJS lets you write web applications as if you had a smarter browser. It lets you extend HTML's syntax to express your application's components clearly and succinctly and lets use standard HTML as your template...
DoubleClick super-powered by AngularJS
When many of you learn about AngularJS and that it's being baked at Google, the first question that everyone has is: "Which products is Google developing with AngularJS?". Our answer to this question has been, "It's killing us, but we can't tell you just yet.".That changed last week when the revamp...
Tuesday, 12 June 2012
AngularJS 1.0.0rc12 regression-extermination released!
This small release primarily fixes a regression that was introduced in 1.0.0rc11. Bug Fixes$location: correctly parse link urls in hashbang mode (74fa65ec, #1037) Cleanup$defer: remove deprecated $defer service (9af7a919)docs: simplify api urls (f16150d5) LinksDownloadsangular-seedJsFiddleComplete Change...
Sunday, 10 June 2012
AngularJS 1.0.0rc11 promise-resolution released!
The last planned RC with all the promised changes is here! Features$route:allow defining route async dependencies as promises and defer route change until all promises are resolved (885fb0dd)rename template -> tempalteUrl and add support for inline templates (0a6e464a)$compile: simplify isolate scope bindings and introduce true two-way data-binding between parent scope and isolate scope...