jquery metismenu not working loading data async with AngularJS controller

后端 未结 2 1420
执笔经年
执笔经年 2021-01-01 05:08

I have a problem with Jquerymetis menu. I want to load menu elements from Database and I\'m using AngujarJS controller to get the JSON with menu elements.

Here is An

2条回答
  •  佛祖请我去吃肉
    2021-01-01 05:55

    MetisMenu could not be called more than once because it calls init() function only once in its lifetime.

    So it means if you are loading content of a element

提交回复
热议问题