Show line items for each order in multi-cart.

This commit is contained in:
Andrew Spinks
2013-08-09 19:16:20 +10:00
parent 0a39fb87a5
commit 59fce8a964
8 changed files with 62 additions and 21 deletions

View File

@@ -17,8 +17,3 @@ angular.module('store', ['ngResource']).
.config(['$httpProvider', ($httpProvider) ->
$httpProvider.defaults.headers.common['X-CSRF-Token'] = $('meta[name=csrf-token]').attr('content')
])