Skip to content

Instantly share code, notes, and snippets.

View Rhionin's full-sized avatar

CJ Campbell Rhionin

  • Qualtrics
  • Lehi, UT
View GitHub Profile
@Rhionin
Rhionin / gist:cbe8b93de91e6bec261b
Created July 31, 2014 22:00
angular-translate-2.2.0
/*!
* angular-translate - v2.2.0 - 2014-06-03
* http://github.com/PascalPrecht/angular-translate
* Copyright (c) 2014 ; Licensed MIT
*/
angular.module('pascalprecht.translate', ['ng']).run([
'$translate',
function ($translate) {
var key = $translate.storageKey(), storage = $translate.storage();
if (storage) {