Skip to content

Instantly share code, notes, and snippets.

View zourtney's full-sized avatar

Courtney Christensen zourtney

View GitHub Profile
@zourtney
zourtney / decorator
Last active March 18, 2016 02:30 — forked from jhunken/decorator
.config(['$provide', function($provide) {
// Minification-safe hack.
var $$watchers = '$$watchers',
$$nextSibling = '$$nextSibling',
$$childHead = '$$childHead',
$$childTail = '$$childTail',
$$listeners = '$$listeners',
$$listenerCount = '$$listenerCount',
$id = '$id',