Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 6, 2016 08:12
Show Gist options
  • Save SimonDoy/2e3ead4646b57197d23c5bdf0a48c02d to your computer and use it in GitHub Desktop.
Save SimonDoy/2e3ead4646b57197d23c5bdf0a48c02d to your computer and use it in GitHub Desktop.
invoiceControllersModule.factory('listInvoicesController', ['$scope', function ($scope) {
$scope.invoices = [];
$scope.error="";
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment