I have a JSON file with the following structure:
"[{\"Menu\":\"General/Register/User\"},
{\"Menu\":\"App/MultiExport/Parameter\"},
{\"Menu\":\"App/MultiExport/CreateFile\"},
{\"Menu\":\"App/MultiCube/Create\"}]"
How do I create a menu using AngularJS from this JSON?
Note that each "/" is a submenu level:
.General
.Register
.User
.App
.MultiExport
.Parameter
.Create File
.MultiCube
.Create