[#1722] have to click twice for options.profile.profile

This commit is contained in:
Tyler Renelle
2013-11-04 00:41:16 -08:00
parent b7479e7839
commit 4f52c7e15d

View File

@@ -58,7 +58,7 @@ window.habitrpg = angular.module('habitrpg',
templateUrl: "partials/options.profile.stats.html"
})
.state('options.profile.profile', {
url: "/stats",
url: "/profile",
templateUrl: "partials/options.profile.profile.html"
})