Files
habitica/public/js/static.js
Tyler Renelle a6590e7d84 [#1505] add memberServices into static. I'm adding way too many deps to the
static page, I need to separate out authServices bare-bones & only use
that in static
2013-09-09 21:25:45 -04:00

6 lines
230 B
JavaScript

"use strict";
window.habitrpg = angular.module('habitrpg', ['userServices', 'memberServices'])
.constant("API_URL", "")
.constant("STORAGE_USER_ID", 'habitrpg-user')
.constant("STORAGE_SETTINGS_ID", 'habit-mobile-settings')