Skip to content

Instantly share code, notes, and snippets.

@Barnabas
Barnabas / auth.jade
Last active December 10, 2015 05:18
Persona Express AngularJS module
html(ng-app="persona")
body(ng-controller="PersonaCtrl")
div(ng-hide="verified")
button(ng-click="verify()") Verify Identity
div(ng-show="verified")
| Hello {{email}}
br
button(ng-click="logout()") Log Out
div(ng-show="error")
strong {{error}}
@Barnabas
Barnabas / jquery-mouseangle.js
Created February 24, 2012 01:03
jQuery Mouse Angle
;
/*
* jQuery Mouse Angle
* Get the angle of the mouse relative to the center point of an element
* Barnabas Kendall (barnabas@bkendall.biz)
*/
(function ($, window, document, undefined) {
// Create the defaults once