Skip to content

Instantly share code, notes, and snippets.

@bmdayal
Created October 18, 2015 03:46
Show Gist options
  • Save bmdayal/0478798d1b2a5ff7d92b to your computer and use it in GitHub Desktop.
Save bmdayal/0478798d1b2a5ff7d92b to your computer and use it in GitHub Desktop.
//common error function
var onError = function (error) {
$scope.error = error.data;
};
//end error function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment