This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <reference path="angular.d.ts" /> | |
/// <reference path="angular-resource.d.ts" /> | |
/* | |
The intent of this fork is to show you how to separate your IResource from your Interfaces. | |
We had a need in our project to keep the resource separate from the business entity, so this | |
updated example reflects those changes. | |
Furthermore, I've added TSDoc (comments starting with /**) comments, which your IDE should be | |
able to pick up and present while you work. |