-1
I have a JSON file with the following extrusion:
"[{\"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 that JSON?
It is worth noting that each "/" is a level of submenu:
.General
.Register
.User
.App
.MultiExport
.Parameter
.Create File
.MultiCube
.Create
It will be only 3 levels or more?
– Antony Alkmim
So, this JSON is returning from a webservice... For now we have 3 levels but new levels may arise.
– Lucas Lira
This JSON structure can be changed?
– Renan Gomes