Skip to content

Instantly share code, notes, and snippets.

View deanq's full-sized avatar
🤘
🎸

Dean Quiñanola deanq

🤘
🎸
  • RunPod
  • San Francisco, CA
  • 12:31 (UTC -07:00)
View GitHub Profile
@deanq
deanq / fb-angular.js
Last active August 29, 2015 14:00 — forked from ruiwen/fb-angular.js
// 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>",