Skip to content

Instantly share code, notes, and snippets.

View blak3mill3r's full-sized avatar

Blake Miller blak3mill3r

  • IRIS.TV
  • Los Angeles, California
View GitHub Profile
function UserCtrl(
$scope,
$FB) {
$scope.$watch(function() {
return $FB.isLoaded()
},function(value){
console.log("VALUE",value);
// It needs authentication, this won't work.