| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enables <div ng:class="{'hide': !visible, 'warning': isAlert()}"...
|