ng-mixin
Mixin utility for Angular that makes it easier to write min-safe code, and offers other conveniences.
// MyController.js var mix = ; moduleexports = ;
Can also be used like a traditional mixin, merging two or more objects.
// SomeModel.js var mix = EventEmitter = EventEmitterprototype; moduleexports = ;