This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$location.hash('') causes infinite digest loop #9635
Closed
Description
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#