Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [
  2. {
  3. id:"giftag",
  4. title:"gifManage",
  5. url: '/edit/giftag',
  6. templateUrl: '/edit/giftag',
  7. controller: 'gifController'
  8. },
  9. {
  10. id:"searchboard",
  11. title:"gifEdit",
  12. url: '/edit/searchboard',
  13. templateUrl: '/edit/searchboard',
  14. controller: 'searcBboardController',
  15. default: true
  16. },
  17. {
  18. id:"category",
  19. title:"category",
  20. url: '/edit/editCategory',
  21. templateUrl: '/edit/editCategory',
  22. controller: 'catePanelController'
  23. },
  24. {
  25. id:"resource",
  26. title:"resource",
  27. url: '/edit/editResource',
  28. templateUrl: '/edit/editResource',
  29. controller: 'editResourceController'
  30. },
  31. {
  32. id:"hotWord",
  33. title:"hotWord",
  34. url: '/edit/editHotWord',
  35. templateUrl: '/edit/editHotWord',
  36. controller: 'editHotWordController'
  37. }
  38.  
  39. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement