Skip to content

Instantly share code, notes, and snippets.

View burre's full-sized avatar
:shipit:
Exploring the amazing world.

Victor Burre burre

:shipit:
Exploring the amazing world.
  • SendPulse Inc.
  • Chernigiv, Ukraine
View GitHub Profile
/**
* 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 () {