OpenVeo AngularJS back end

API Docs for: 3.0.0
Show:

menuService

Summary

Defines a menu service to manage the menu of the application.

Methods

destroyMenu

Syntax

destroyMenu

()

Summary

Destroys MenuService cached data.

getMenu

Syntax

getMenu

() Object

Summary

Gets the menu.

Returns:

Object:

The menu

loadMenu

Syntax

loadMenu

() Promise

Summary

Loads the menu from server.

Returns:

Promise:

The Http promise

setActiveMenuItem

Syntax

setActiveMenuItem

()

Summary

Sets menu items corresponding to the actual path to active and the other menu items to inactive.