I hereby claim:
- I am deanq on github.
- I am deanquinanola (https://keybase.io/deanquinanola) on keybase.
- I have a public key ASBpQMKQ5FL0F5RoTAHv3xFCNgP1yv4xA38mv3o3dh9SaQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Source: https://gist.github.com/ruiwen/4722499 | |
// Modified: https://gist.github.com/deanq/11274826 | |
// Facebook SDK | |
angular.module('facebook', []) | |
.directive('fb', ['$FB', function($FB) { | |
return { | |
restrict: "E", | |
replace: true, | |
template: "<div id='fb-root'></div>", |