Temporary working version with hacked Foundation/Angular/Tabs

This commit is contained in:
Will Marshall
2014-03-26 16:44:48 +11:00
parent f5a0341851
commit cdfaf4fc92
5 changed files with 2624 additions and 15 deletions

View File

@@ -2,4 +2,3 @@ window.Darkswarm = angular.module("Darkswarm", ["ngResource", "filters", 'mm.fou
$httpProvider.defaults.headers.post['X-CSRF-Token'] = $('meta[name="csrf-token"]').attr('content')
$httpProvider.defaults.headers['common']['X-Requested-With'] = 'XMLHttpRequest'
$httpProvider.defaults.headers.common.Accept = "application/json, text/javascript, */*"