mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-30 08:53:45 +08:00
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 #5650 Closes #5712