angular.js/src/ng/directive
Tobias Bosch 30a8b7d0b5 fix(ngInclude): Add template to DOM before linking other directives
The template needs to be added to the DOM before
other directives at the same element as `ngInclude` are linked.

Fixes #5247.
2013-12-12 17:18:44 -08:00
..
a.js style: make jshint happy 2013-10-22 15:32:41 -07:00
booleanAttrs.js docs(booleanAtts): explain the motivation for boolean attributes 2013-11-20 14:30:37 +00:00
directives.js style: make jshint happy 2013-10-22 15:32:41 -07:00
form.js docs(form): provide a list of Angular's built-in validation tokens 2013-11-27 23:06:19 +00:00
input.js docs(input): remove redundant closing span tag 2013-12-09 20:52:00 +00:00
ngBind.js docs(ngBindHtml): fix dependency for Plunker and JSFiddle in example 2013-11-14 12:28:53 +00:00
ngClass.js fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
ngCloak.js fix: don't inline css in csp mode. 2013-10-22 15:21:23 -07:00
ngController.js fix(ngController): fix issue with ngInclude on the same element 2013-11-21 09:52:34 -08: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($compile): update cloned elements if the template arrives after the cloning 2013-12-05 22:16:25 -08:00
ngInclude.js fix(ngInclude): Add template to DOM before linking other directives 2013-12-12 17:18:44 -08:00
ngInit.js fix(ngInit): evaluate ngInit before ngInclude 2013-12-04 23:26:56 -08:00
ngNonBindable.js docs(ngNonBindable): fix punctuation 2013-10-24 21:08:42 +01:00
ngPluralize.js docs(ngPluralize): Fix missing space before parentheses 2013-11-20 11:38:29 +00:00
ngRepeat.js fix($compile): update cloned elements if the template arrives after the cloning 2013-12-05 22:16:25 -08:00
ngShowHide.js chore(docs): refactor/improve new CSS transition code in examples 2013-11-05 21:21:18 -08:00
ngStyle.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
ngSwitch.js docs(ngSwitch): clarify that ngSwitch matches against string literals 2013-12-12 11:42:49 +00: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