mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
moment is exported as an helper by habitrpg-shared
This commit is contained in:
@@ -41,7 +41,6 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||||||
*/
|
*/
|
||||||
_.defaults($rootScope, window.habitrpgShared.algos);
|
_.defaults($rootScope, window.habitrpgShared.algos);
|
||||||
_.defaults($rootScope, window.habitrpgShared.helpers);
|
_.defaults($rootScope, window.habitrpgShared.helpers);
|
||||||
$rootScope.moment = window.moment;
|
|
||||||
|
|
||||||
$rootScope.set = User.set;
|
$rootScope.set = User.set;
|
||||||
$rootScope.authenticated = User.authenticated;
|
$rootScope.authenticated = User.authenticated;
|
||||||
|
|||||||
Reference in New Issue
Block a user