Angular.js
-
Web-components like AngularJS directives
As you may already know web components consist out of a set of technologies which are combined to create a…
Read More » -
New Features in AngularJS 1.3
Now that Angular 1.3 has been officially released, I thought I would talk about some of the new features that…
Read More » -
Learning Angular: What is the scope of your directive?
This might create quite some debugging headaches, especially in a larger application. Things don’t bind properly, have different data on…
Read More » -
AngularJS UI-Router – Introduction
This is the first post of a series of 3, presenting AngularJS UI-Router library: Part 1: Introduction Part 2: Components…
Read More » -
Learning Angular: Gosh, my two-way binding doesn’t seem to work properly!
Angular data-binding seems magic, but obviously isn’t. You have to give it a chance to do its work. As such,…
Read More » -
ngEurope: about AngularJS 1.3, new router and the future 2.0
Being passionate about AngularJS, me and two fellow JDriven colleagues visited the ngEurope conference. The amount of presentations during ngEurope…
Read More » -
RIP AngularJS! Oh Sorry, RIP scope, ng-controller, DDO, jqLite and whatever you like in AngularJS
I am Software Developer, specifically Java Developer, spending most of the time writing back-end part of the applications. I can…
Read More » -
Single Page Apps
Single Page Apps are becoming increasingly popular as the demand for highly responsive apps is increasing. We could be using…
Read More » -
Unit Test AngularJS Controller With Jasmine
Last time I demonstrated how to Consume RESTful API With Angular-HAL, and now I want to show you how to…
Read More »