GUAC-1126 Created user page service which provides the list of main pages for a user.

This commit is contained in:
James Muehlner
2015-04-01 23:21:31 -07:00
committed by Michael Jumper
parent 1d0b32388b
commit 7bf4cb83d8
11 changed files with 314 additions and 210 deletions

View File

@@ -27,7 +27,7 @@ angular.module('manage', [
'groupList',
'list',
'locale',
'navigation',
'notification',
'rest',
'userMenu'
'rest'
]);