Skip to content

Instantly share code, notes, and snippets.

View rdebusscher's full-sized avatar

Rudy De Busscher rdebusscher

View GitHub Profile
@bclinkinbeard
bclinkinbeard / README.md
Created August 21, 2012 01:35
AngularJS Response Interceptor Demo

This is a simple demo of how to create and use a Response Interceptor in AngularJS. In this case we are using the interceptor to convert the objects created from a JSON data load into typed instances of a custom "class".