Skip to content

Instantly share code, notes, and snippets.

@mbuttler
Created August 10, 2015 13:55
Show Gist options
  • Save mbuttler/3259175edc0dbaea7709 to your computer and use it in GitHub Desktop.
Save mbuttler/3259175edc0dbaea7709 to your computer and use it in GitHub Desktop.
Outbox - HomeController
app.controller('HomeController', ['$scope', 'emails', function($scope, emails) {
emails.success(function(data) {
$scope.email = data;
});
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment