Skip to content

Instantly share code, notes, and snippets.

View zachdunn's full-sized avatar

Zach Dunn zachdunn

View GitHub Profile
#!/usr/bin/env bash
# Colours picked from https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/
###
# Label definitions
###
declare -A LABELS
# Platform
(function () {
'use strict';
/**
* Broadcast changes to the page's visibility (via page visibility API)
* Source: https://gist.github.com/sym3tri/9357439
*/
function VisibilityService ($document, $rootScope, _) {
var document = $document[0],
features,
detectedFeature;