background preloader

Angular JS

Facebook Twitter

Google. Popular Modules - AngularJS Modules, Plugins and Directives. AngularJS + Firebase. Store and sync your AngularJS app's data in milliseconds.

AngularJS + Firebase

Firebase is a realtime backend for your AngularJS app. Include Firebase Firebase works great with Angular and can synchronize your Angular app's data without any backend code. Try AngularFire We offer an optional helper library (AngularFire) for wiring up Firebase within your app. Specify firebase as a dependency. Modify Data Firebase makes it easy to modify your data. Or use our standard Javascript API methods from within your app like set(), update(), and remove(). Firebase - Build Realtime Apps. Angular+Firebase. AngularJS Add/Remove Transitions. AngularUI for AngularJS. More AngularJS Magic to Supercharge your Webapp. Make way for another amazing article which covers more of AngularJS Due to the popularity of the previous article, Use AngularJS to power your web application, I've decided to cover more of AngularJS to make it fun and easy for all developers to play around with it.

More AngularJS Magic to Supercharge your Webapp

AngularJS is an incredible tool, but a lot of the more advanced features are hidden in deep within the documentation and others are too tricky to learn direclty. AngularJS is also a fairly new product and as a result there are many features that are yet to be discovered and blogged about. This article will cover more of the hidden gems of AngularJS and introduce new development tricks and methods to supercharge your AngularJS application. Pleaes read onwards if you wish to become an AngularJS web guru :). This page was first published on October 2nd 2012 and was last updated on January 30th 2013. This article is a sequel to the previous article titled Use AngularJS to Power Your Web Application. OK so onto business. Oh! AngularJS Cheat Sheet by ProLoser. JSFiddle Examples · angular/angular.js Wiki. Superheroic JavaScript MVW Framework. AngularJs Tips and Tricks [UPDATED] ☢ DeanSofer.com. These tips were developed in AngularJs v0.10.5 v1.0.1.

AngularJs Tips and Tricks [UPDATED] ☢ DeanSofer.com

I'll keep updating this post, so check back often! I've compared a LOT of different javascript frameworks for my company's rewrite, and finally settled on AngularJS because of how rapidly I'm able to produce prototypes. In my opinion, although it's very alpha and fairly lacking on the graphical side, it's excellent for CRUD applications (meaning forms, tables and reports). I'm still trying to lean towards emphasizing reusable widgets and directives instead of just custom-coding everything for your own app. If you are still on the fence take a look at TodoMVC for an excellent unbaised comparison. Most of these tips have been moved to AngularUI - Go check it out!

The companion suite to AngularJS, a collection of work by many AngularJS users with a plethora of useful utilities. Table of Contents Serializing the Form No. If every form control on your page does not have an ng-model then you're doing it wrong. Seriously. Useful $scope Methods.