Files
habitica/assets/js/app.coffee
T
Tyler Renelle 3c45220e1f rewrite2 WIP
2013-08-24 23:54:08 -04:00

13 lines
380 B
CoffeeScript

"use strict"
###
The main HabitRPG app module.
@type {angular.Module}
###
# .constant('API_URL', 'https://beta.habitrpg.com')
# userServices handles redirect to /login if not authenticated
window.habitrpg = angular.module('habitrpg', ['userServices', 'sharedServices', 'authServices', 'notificationServices', 'ui.bootstrap'])
.constant("API_URL", "http://localhost:3000")