background preloader

Angularjs

Facebook Twitter

Dial With Interactive UI. This Dial widget example shows the following: A demonstration of a large value range combined with fine increment control.

Dial With Interactive UI

Setting UI strings before rendering Setting configuration attributes Construction-time event subscription allowing Dial to control an interactive UI Calling one of Dial's value change methods from the click of a link. <a>Hubble</a> Notice the Dial can traverse the entire 6,000+ pixels of the scene height, but by pulling the handle farther away from the Dial's center while rotating, the user can get 1 pixel movements, without strain. After the dial has focus, the following keys also opperate the Dial, arrow up/down/left/right, page up/down, home, end.

Hubble thermosphere mesosphere stratosphere troposphere ozone crust mantle. Ng-animate First Look with AngularJS Wizard. The Setup So my friend Matias, aka Year of Moo, Moo or MooMoo as I like to call him just dropped some animation functionality into AngularJS.

ng-animate First Look with AngularJS Wizard

AngularJS - Using a Service to Communicate Between Two Different Controllers. Monday, January 6, 2014 Introduction AngularJS, being an MVC type of framework allows you to have a controller that is responsible for marshaling data to and from a view on your web page.

AngularJS - Using a Service to Communicate Between Two Different Controllers

Well, what if you have a multiple controllers on a page that are completely independent from one another, but in certain cases you want those controllers to be able to communicate back and forth. I say completely independent, because you could nest the controllers, making a parent-child relationship, and then you could use the $rootScope object to communicate with each other. How $rootScope Works Every AngularJS application has exactly one $rootScope. So, in the case of controllers that have a parent-child relationship, you can use the existing inheritance between the controller to facilitate the communication. Developer Guide: Developer Guide. There was an error loading this resource.

Developer Guide: Developer Guide

Please try again later. How to Create a Simple Modal Dialog Directive in Angular.js · Adam Albrecht. 12 Dec 2013 Modals are Easy I’ve used a dozen or so modal / lightbox plugins over the years, almost exclusively jQuery-based.

How to Create a Simple Modal Dialog Directive in Angular.js · Adam Albrecht

But you know what I didn’t realize until fairly recently? Modals are easy to build yourself from scratch. So let’s make one in the Angular fashion. The Requirements. Ng-nuggets: Welcome! 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. Advanced Testing and Debugging in AngularJS. Learn to test your AngularJS application like a Pro using the latest and greatest AngularJS is becoming immensely popular and mainstream which means that there is a lot of AngularJS code out there that is being tested or is yet to be tested.

Advanced Testing and Debugging in AngularJS

And now that you're well on your way to test like a pro, thanks to the abundance of articles, tutorials, books and material out there on AngularJS testing & development, testing should be a mandatory process of your web development workflow. AngularJS Tutorial – Learn AngularJS in 30 minutes. I started using AngularJS over 3 years ago when it was new and relatively unknown.

AngularJS Tutorial – Learn AngularJS in 30 minutes

Since then AngularJS has become one of the most popular JavaScript frameworks and for good reason. The AngularJS team have done superb work and are very dedicated to ensuring AngularJS is the best it can be. This AngularJS tutorial will be using version 1.3.4 and will cover just the basics and follow the best practices recommended by Google and by me through my own experience. To get started create a folder called angularjs-tutorial and create the following files copying the directory structure below. - angularjs-tutorial | - main.ctrl.js | - app.js | - index.html.

Input[checkbox] Learn AngularJS With These 5 Practical Examples. Martin Angelov By now you’ve probably heard of AngularJS – the exciting open source framework, developed by Google, that changes the way you think about web apps.

Learn AngularJS With These 5 Practical Examples

There has been much written about it, but I have yet to find something that is written for developers who prefer quick and practical examples. This changes today. Below you will find the basic building blocks of Angular apps – Models, Views, Controllers, Services and Filters – explained in 5 practical examples that you can edit directly in your browser. If you prefer to open them up in your favorite code editor, grab the zip above. Getting started with AngularJS. It's an exciting time to be a JavaScript developer.

Getting started with AngularJS

Modern JavaScript frameworks including Backbone, Knockout, AngularJS, and others have brought a level of maturity and sophistication to the creation of HTML-based rich web applications that has been sorely needed. Although differing greatly in their approaches, these frameworks share a common goal: make it simpler for developers to build robust applications with HTML, CSS, and JavaScript. This tutorial explores the AngularJS framework by Google.

It starts by briefly describing the design philosophy that the framework embodies and then quickly moves onto building a simple but nontrivial application to demonstrate the basics as well as some of AngularJS's most distinctive features including data binding, dependency injection, loosely coupled code, and conciseness. Note: You can follow along with the tutorial using the Plunker links provided. AngularJS Cheat Sheet by ProLoser. Angularjs debugger.