Reference the current form controller in AngularJS

I previously wrote a post about Listening for validation changes in AngularJS which with my knowledge at that time required a handy hack to get a reference to the currently scoped form controller (ngF…

Read this article

Listening for validation changes in AngularJS

In some applications it can be really useful to have controllers listen for validation changes especially in more complicated AngularJS apps where ‘ng-repeat’ is used to render form controls. There’s…

Read this article

Get JQuery requests to play nicely with AngularJS CSRF convention

Decided to write this quick post for anyone searching on this topic. AngularJS has it’s own convention for CSRF (Cross Site Request Forgery) protection but in some cases you’ll be calling these same s…

Read this article

Uploading files and JSON data in the same request with Angular JS

I decided to write a quick blog post about this because much of the documentation and examples about this seems to be a bit scattered. What this achieves is the ability to upload any number of files w…

Read this article