mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
moment is exported as an helper by habitrpg-shared
This commit is contained in:
parent
34d5eda736
commit
b83eb0ee28
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
*/
|
||||
_.defaults($rootScope, window.habitrpgShared.algos);
|
||||
_.defaults($rootScope, window.habitrpgShared.helpers);
|
||||
$rootScope.moment = window.moment;
|
||||
|
||||
$rootScope.set = User.set;
|
||||
$rootScope.authenticated = User.authenticated;
|
||||
|
|
|
|||
Loading…
Reference in a new issue