Posts tagged with "Angular"

AngularJS (commonly referred to as "Angular" or "Angular.js") is an open-source web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications.

Angular 1.x Minification

January 17, 2017 by Christoff Truter

Undoubtedly if you've ever worked with an Angular 1.x project and attempted to minify your project, you would have ran into some difficulties.

JavaScript   Angular  

Programming libraries / languages to learn in 2017

January 9, 2017 by Christoff Truter

Don't you think it is very presumptuous when you see these new years posts, claiming some kind of clairvoyance? Like I can possibly tell you what to focus on in the new year career wise, when meantime back at the ranch I can barely master a belt buckle?

JavaScript   PHP   TypeScript   Angular   Opinion  

A quick introduction to Lodash

November 1, 2016 by Christoff Truter - 1 Comment

A few months ago I attempted to join the Borg collective, unfortunately things didn't quite work out as planned.

JavaScript   Angular  

A sticky Angular ui-router problem

November 1, 2016 by Christoff Truter

While working on one of our Angular 1.5.x projects, someone in our QA department reported a rather interesting bug, which I tracked down to a third party library (ui-router-extras, more specifically sticky states) we're using.

JavaScript   Angular  

Unobtrusive Client Validation in ASP.NET MVC using AngularJS

June 28, 2016 by Christoff Truter

When Microsoft released ASP.NET MVC 3 around October 2010, they introduced a feature called "unobtrusive client validation" into their codebase using jQuery. In this post we’re going to focus on making unobtrusive validation work without jQuery using Angular

C#   JavaScript   ASP.NET   Angular   MVC