Dan Wahlin
AngularJS, JavaScript, HTML5, jQuery, Node.js, ASP.NET, C#, XAML
-
What’s “Right” with AngularJS?
There’s been a lot of discussion today on some email groups I’m involved with about a post titled What’s wrong with Angular.js. I’d recommend reading through the post first before continuing but in a nutshell it makes it sound as if AngularJS isn’t a viable framework and should never be used. It also critiques two-way data binding which I found interesting (and misguided). It’s definitely a controversial post with some comments that made me laugh and others that I agreed with completely or in part.
-
Creating Custom AngularJS Directives Part 7 – Creating a Unique Value Directive using $asyncValidators
In a previous post I demonstrated how to build a unique value directive to ensure that an email address isn’t already in use before allowing a user to save a form. With changes in AngularJS 1.3+, several new features are available to clean up the previous version of the directive and make it easier to work with. In this post I’ll update the previous post, walk-through some of the new features in a directive called wcUnique, and show how a few of the new features can be applied. The code shown is part of the Customer Manager Standard sample application that’s available on Github.
-
Learning AngularJS by Example – The Customer Manager Application
-
Dynamically Loading Controllers and Views with AngularJS/$controllerProvider and RequireJS
-
Creating Custom AngularJS Directives Part 4 - Transclusion and Restriction
In Part 3 of this series I introduced how an isolate scope local property defined in a directive can be used to pass parameters to external functions (something that’s a bit tricky at first glance but easy once you know the process). In this post I’ll continue the series on building custom directives and discuss “transclusion” and how it can be used to add flexibility to directives.
-
Creating Custom AngularJS Directives Part 3 - Isolate Scope and Function Parameters
-
The Web Weekly - Edition 9
Edition 9 of my Web Weekly newsletter has been published (sign-up to the right to receive it automatically)! Here’s what’s in this latest edition.
-
The Web Weekly - Edition 8
Edition 8 of my Web Weekly newsletter has been published (sign-up to the right to receive it automatically)! Here’s what’s in this latest edition.
-
Creating Custom AngularJS Directives Part 2 – Isolate Scope
-
Creating Custom AngularJS Directives Part I – The Fundamentals