Merge Request #33
← To merge requests
From
btn-new-post
into
master
Fixes Bug - Show new post btn
Was remove the condition ng-show="vm.parentId"
constraint to show this button.
A more complete solution, in my opinion, is:
- Use
hooks
orhostspot
(whatever) to add new buttons to My ItemNavbar
menu, whether buttons were added by plugin or by core components.
This change Fixes #86 issue.
Commits (1)