mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
14 lines
342 B
CoffeeScript
14 lines
342 B
CoffeeScript
angular.module("ofn.admin", [
|
|
"ngResource",
|
|
"mm.foundation",
|
|
"angularFileUpload",
|
|
"ngAnimate",
|
|
"admin.utils",
|
|
"admin.indexUtils",
|
|
"admin.dropdown",
|
|
"admin.products",
|
|
"admin.taxons",
|
|
"infinite-scroll"
|
|
]).config ($httpProvider) ->
|
|
$httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"
|