| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
moving the ng-controller declaration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bootstrap page.
|
|
compiler page.
|
|
overview page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1075
Closes #1079
Closes #1085
|
|
|
|
the previous version is clipped at the top
|
|
|
|
When user clicks a link, $location needs to intercept this event. The <a> doesn't have to be target element of the DOM event, so it needs to traverse the DOM, to find first <a> parent.
If the target element was removed from DOM, during the same event, it would throw an exception. This fixes the issue.
Closes #1058
|
|
|
|
|
|
|
|
Closes #1051
|
|
This is a second fix for a regression that was introduced by 92a2e180.
The fix addresses scenarios when the $location service is configured with
a hash prefix.
Closes #1037
|
|
|
|
|
|
|
|
|
|
|
|
This is a fix for a regression that was introduced by 92a2e180
Closes #1037
|
|
|