Angular.js
-
AngularJS Integration Tests with Mocks and Magic
As a web developer I’m not a huge fan of full end-to-end tests. My opinion is changing with maturing frameworks…
Read More » -
Learning Angular: Set your language culture before any UI is displayed
In this article I briefly outline an issue I had, namely to make sure that my language’s locale files are…
Read More » -
Angular.js Form Validation Example
EDITORIAL NOTE: In this post, we feature a comprehensive Angular.js Form Validation Example. One of AngularJS advantages is the simplicity it…
Read More » -
AngularJs as the alternative choice for building web interface
Recently, we were invited to conduct a joint talk with a UX designer, Andrew from Viki on Improving communications between Design and…
Read More » -
Generate Mazes in AngularJS with 8-Bit Algorithms
I started programming on 8-bit machines. Back then it was normal to do amazing things with a mere 64 kilobytes…
Read More » -
Learning Angular: Verifying whether a function has been passed to my directive’s isolated scope
When you create isolated directives, you usually use the scope property to define your directive’s external API. Some of the…
Read More » -
Why Angular is not only for single page web apps
AngularJs is often seen as a viable solution for building full scale single page web applications. Although that is a…
Read More » -
Real-time Communication in AngularJS with ($Q)orlate
This post introduces the lightweight ($Q)orlate library. A popular type of engagement that iVision is hired for is the architecture…
Read More » -
Understanding Providers, Services, and Factories in Angular
I’ve read quite a few posts (as well as questions posed) about the differences between services and factories in Angular.…
Read More »