Closed zoladkow closed 7 years ago
With this PR we should be able to provide an array of submenu options dynamically, like so:
children: $q(function (resolve) { resolve( function ($itemScope) { return service.prepareSubItems($itemScope, jumpOptions); } ); })
Thank you for your contribution, @zoladkow!
With this PR we should be able to provide an array of submenu options dynamically, like so: