Skip to content

Instantly share code, notes, and snippets.

View pgtruesdell's full-sized avatar
🔨
Always be building.

Paul Grant Truesdell, II pgtruesdell

🔨
Always be building.
View GitHub Profile
@pgtruesdell
pgtruesdell / keybase.md
Last active July 19, 2016 20:20
Keybase

Keybase proof

I hereby claim:

  • I am pgtruesdell on github.
  • I am pgtruesdell (https://keybase.io/pgtruesdell) on keybase.
  • I have a public key whose fingerprint is 6D0D 8F1D E2BC 0BAB 3CAC B610 4DE4 1A67 8179 5DA0

To claim this, I am signing this object:

@pgtruesdell
pgtruesdell / gist:a6dcac497723ac7a0ded
Created April 7, 2015 03:24
AngularJS: UI Router - Infinite Routing Loop Fix
$urlRouterProvider.otherwise( function($injector, $location) {
var $state = $injector.get("$state");
$state.go("app.home");
});