Skip to content

Instantly share code, notes, and snippets.

@stevedomin
Created April 8, 2013 18:00
Show Gist options
  • Save stevedomin/5338979 to your computer and use it in GitHub Desktop.
Save stevedomin/5338979 to your computer and use it in GitHub Desktop.
Config HTTP header
.config(['$httpProvider',
function appConfigHttpProvider($httpProvider) {
$httpProvider.defaults.headers.common.Accept = 'application/json';
}
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment