Open jslearner07 opened 8 years ago
I was looking into this too, seems like ng-admin/src/javascripts/ng-admin/Main/view/menuBar.html has it hard-coded with the #hash
@jslearner07: if I understand it well, you want to be able to redirect user to another page, outside ng-admin? Indeed, we should be able to specify an URL instead of an anchor.
Hi,
I am unable to suppress the url using ng-admin. # appears in the url whenever I use ng-admin dashboard. This is giving issues in our application. Hence I used the below
But now its not firing the rest calls to fetch the posts. Any solution please advice