mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
rename website/client to website/client-old
This commit is contained in:
13
website/client-old/js/services/sharedServices.js
Normal file
13
website/client-old/js/services/sharedServices.js
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Services that expose habitrpg-shared
|
||||
*/
|
||||
|
||||
angular.module('habitrpg')
|
||||
.factory('Shared', [function () {
|
||||
return window.habitrpgShared;
|
||||
}])
|
||||
.factory('Content', ['Shared', function (Shared) {
|
||||
return Shared.content;
|
||||
}]);
|
||||
Reference in New Issue
Block a user