mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
mounts: update all html & javascript to support UserSchema overhaul (60421a8). Also add very basic feeding & saddling mounts functionality. use progress bars to indicate pet feeding progress
This commit is contained in:
@@ -128,7 +128,8 @@ window.habitrpg = angular.module('habitrpg',
|
||||
// Options > Inventory
|
||||
.state('options.inventory', {
|
||||
url: '/inventory',
|
||||
templateUrl: "partials/options.inventory.html"
|
||||
templateUrl: "partials/options.inventory.html",
|
||||
controller: 'InventoryCtrl'
|
||||
})
|
||||
.state('options.inventory.inventory', {
|
||||
url: '/inventory',
|
||||
|
||||
Reference in New Issue
Block a user