Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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