Dinamic add sidebar items. How to force reload of sidebar items
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 11.3k
- Fork
- 3k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
i add this tobaSidebar.service.js
```
this.addMenuItem = function() {
staticMenuItems.push.apply(staticMenuItems, arguments);
};
```
and add new item to menu but after menu is displayed when items are added but not show on sidebar.
I add new items in controllers with
$rootScope.$baSidebarService.addMenuItem(menuObject);
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.