Skip to content

Instantly share code, notes, and snippets.

@Crash--
Created May 22, 2014 22:24
Show Gist options
  • Save Crash--/750d6e5c0e029ca71dc8 to your computer and use it in GitHub Desktop.
Save Crash--/750d6e5c0e029ca71dc8 to your computer and use it in GitHub Desktop.
Firebase : Here we go!
var firebase = new Firebase('https://v****.firebaseio.com/exercices');
firebase.on('child_added', function(newExercice) {
$scope.$apply(function(){
updateExercices($scope.exercices, $scope.chartData, newExercice);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment