Skip to content

Instantly share code, notes, and snippets.

@sebastienwindal
Created February 28, 2013 13:44
Show Gist options
  • Select an option

  • Save sebastienwindal/5056809 to your computer and use it in GitHub Desktop.

Select an option

Save sebastienwindal/5056809 to your computer and use it in GitHub Desktop.
function SomeController($scope, etc..) {
$(function() {
$scope.requestPending = true;
$scope.errorMessage = "";
(...)
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment