Skip to content

Instantly share code, notes, and snippets.

@pyzen
Forked from guillaumepiot/gist:3939452
Created December 5, 2013 18:35
Show Gist options
  • Save pyzen/7810781 to your computer and use it in GitHub Desktop.
Save pyzen/7810781 to your computer and use it in GitHub Desktop.
var myApp = angular.module('myApp').config(function($httpProvider) {
$httpProvider.defaults.headers.post['X-CSRFToken'] = $('input[name=csrfmiddlewaretoken]').val();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment