| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reason to fix this was the fact that with undefined url, it ended up with weird exception
(Cannot call method 'replace' of undefined), which was more confusing than helpful.
jQuery.ajax() does request to current url, if url is not specified, so I decided for this solution.
|
|
Breaks: Must set $watch equality to true for the old behavior
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: the change event fires on scope of switch not on scope of case.
|
|
|
|
|
|
|
|
|
|
Closes 259
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
property
|
|
|
|
from constructor
|
|
These methods cause IE8 holds the whole jqLite in the memory, even when page is reloaded.
jqLite's cache keeps element's data (event handlers, attached scopes, injector, etc…), so almost all used memory is never released in IE8.
jQuery creates its own Event object (wrapper around native Event) instead.
|
|
|
|
|
|
|
|
|
|
- typos
- dead code removal
- remove unneeded variable
|
|
Closes #731
|
|
|
|
|
|
populates $templateCache with content of ng-template scripts
|
|
- turn everything into a directive
|
|
|
|
|
|
|
|
|