Finishing off module info for now.

This commit is contained in:
Ben Vanik
2013-12-24 22:08:44 -08:00
parent dcd9f8b6ff
commit 44cbe1bbcf
8 changed files with 326 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ module.config(function($stateProvider, $urlRouterProvider) {
});
$stateProvider.state('session.memory', {
url: '/memory',
url: '/memory?a',
templateUrl: 'assets/ui/memory/memory-tab.html',
controller: function($stateParams) {
},