angular.js/src/ng/directive
Igor Minar 8f989d652f fix(ngModel): deregister from the form on scope not DOM destruction
Due to animations, DOM might get destroyed much later than scope and so the element $destroy event
might get fired outside of $digest, which causes changes to the validation model go unobserved
until the next digest. By deregistering on scope  event, the deregistration always happens
in $digest and the form validation model changes will be observed.

Closes #4226
Closes #4779
2013-11-04 10:35:51 -08:00
..
a.js style: make jshint happy 2013-10-22 15:32:41 -07:00
booleanAttrs.js docs(booleanAttrs): improve grammar and clarity 2013-10-14 07:12:20 +01:00
directives.js style: make jshint happy 2013-10-22 15:32:41 -07:00
form.js docs(form): fix typo 2013-10-27 21:42:23 +00:00
input.js fix(ngModel): deregister from the form on scope not DOM destruction 2013-11-04 10:35:51 -08:00
ngBind.js docs(ngBindHtml): add example 2013-10-24 22:11:56 +01:00
ngClass.js docs(ngClass): fix typo 2013-10-24 23:22:36 +01:00
ngCloak.js fix: don't inline css in csp mode. 2013-10-22 15:21:23 -07:00
ngController.js docs(ngController): do not attach a controller twice 2013-10-24 20:42:02 +01:00
ngCsp.js fix: don't inline css in csp mode. 2013-10-22 15:21:23 -07:00
ngEventDirs.js fix(ngEventDirectives): parse expression only once during compile phase. 2013-10-31 12:56:49 -07:00
ngIf.js fix(ngIf): destroy child scope when destroying DOM 2013-11-04 10:35:51 -08:00
ngInclude.js docs: correct broken links 2013-10-18 15:35:41 -07:00
ngInit.js style: make jshint happy 2013-10-22 15:32:41 -07:00
ngNonBindable.js docs(ngNonBindable): fix punctuation 2013-10-24 21:08:42 +01:00
ngPluralize.js feat(ngPluralize): add alternative mapping using attributes 2013-07-14 16:36:15 +02:00
ngRepeat.js chore($compile): remove special case for ngIf and ngRepeat 2013-10-30 16:21:02 -07:00
ngShowHide.js fix: don't inline css in csp mode. 2013-10-22 15:21:23 -07:00
ngStyle.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
ngSwitch.js style: make jshint happy 2013-10-22 15:32:41 -07:00
ngTransclude.js fix(ngTransclude): detect ngTranslude usage without a transclusion directive 2013-09-30 16:44:19 -07:00
script.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
select.js docs(select): fix typo 2013-10-24 22:12:51 +01:00
style.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00