Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix($location): return '/' for root path in hashbang mode #5712

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2014

  1. fix($location): return '/' for root path in hashbang mode

    Before this change, on the root of the application, $location.path() would return
    the empty string. Following this change, it will always return a root of '/'.
    
    Closes angular#5650
    caitp committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    09bf754 View commit details
    Browse the repository at this point in the history