Month: November 2015
-
How to fix the “Controller ‘ngModel’ required by directive” error
The ‘controller ngModel required by directive’ error can be confusing when you first come across it, particularly if you get it when running your unit tests. But it’s a simple fix, and obvious when you understand what Angular’s trying to do. Tl;dr This error is caused by a directive with require: ‘^ngModel’ in its definition […]
-
Introducing Untangled Angular Seed – a best practice Angular Seed app that gets out of your way
Larger Angular apps can be difficult to setup due to the many moving parts involved. Various Angular seed apps exist that provide some of the boilerplate code involved, to help you develop your app more quickly. However, what most add in removing the boilerplate you need to write, they take away in adding unneeded complexity, […]