You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Angular version: v1.3.0
$location.hash('some_param')works fine but$location.hash('')gives infinite digest loop.Plunker link: http://embed.plnkr.co/mwtW1ZxDPDgEdj4PE7wj/preview
Related bug: #9629
Problem is any page with Angular v1.3.0 + empty hash, runs into this problem. Try this: https://docs.angularjs.org/api/ng/service/$location#