I have a fixed menu at the top, where pages are opened via routes in ng-view.
In an X view I add a new element to my database, and in the drop-down menu I use ng-repeat to list these elements.
When I add something new to the database this ng-repeat from the fixed menu is not updated, only if you use F5.
Is there any way to update this ng-repeat that is in the fixed menu (outside ng-view) without using F5?