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
| /** | |
| * Domain Model: Boilerplate Example for Angular | |
| * @description Class Model through Composition (looser coupling, higher cohesion) | |
| * @note $cacheFactory mimics proper inheritance through uniquely indexed references | |
| * @author Timothy A. Perez <tim.adam.perez@gmail.com> | |
| */ | |
| 'use strict'; | |
| (function () { | |