| Age | Commit message (Collapse) | Author |
|
the original test relied on incorrect assumptions about how jasmine async
tests work (when setTimeout is triggered) and how browser reloads a page
(the sequence of events) and thus the test passes even when the default
is not prevented.
this change fixes the test by registering an extra submit event handler
that checks if the default was prevented.
if the default was not prevented, the test will fail and the page will
be reloaded causing the test runner to panic.
|
|
|
|
|
|
|
|
|
|
scenario test for this example would be tricky, we need to teach
the runner how to inject mocks first.
|
|
Copy fontawesome during build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|