Angular.js
-
Learning Angular: Access directive scope variables from directive controllers and vice versa
Angular directives can have a separate, isolated scope, which is even the suggested approach most of the time. And they…
Read More » -
Interception using Decorator and Lazy Loading with AngularJS
Angular provides it’s own dependency injection that supports everything from annotations to decorators. Interception is a feature that allows you…
Read More » -
Revisiting AngularJS with TypeScript
Many of my recent blog posts and presentations have focused on pure JavaScript. I believe TypeScript is an incredibly useful…
Read More » -
Learning Angular: Useful utility functions
Today a very short post. Angular has a series of utility functions which you should definitely take a look at.…
Read More » -
AngularJS UI-Router – Components
This is the second post of a series of 3, presenting AngularJS UI-Router library: Part 1: Introduction Part 2: Components…
Read More » -
Using AngularJS to Extend Your Code Quality
The AngularJS API provides a function named extend that can help improve your code quality and efficiency. I always look…
Read More » -
AngularJS Tip: Using a Filter with ngClass
I was working on my presentation of building an AngularJS app for the upcoming Atlanta Code Camp and ran into…
Read More » -
Learning Angular: Unit Testing watch expressions
Today I wanted to write a unit test for a watch expression on my controller. What seemed quite obvious initially,…
Read More » -
Part Deux: A Google Calendar Gadget in Angular.js
I was on a project recently where the team was faced with a daunting list of scheduling-related backlog stories. When…
Read More »