<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, branch v1.2.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(ngInclude): Don't throw when the ngInclude element contains content with directives.</title>
<updated>2013-11-22T06:20:11+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-22T05:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0a7cbb33b06778833a4d99b1868cc07690a827a7'/>
<id>0a7cbb33b06778833a4d99b1868cc07690a827a7</id>
<content type='text'>
Related to #5069
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #5069
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): ensure CSS classes are added and removed only when necessary</title>
<updated>2013-11-22T01:47:44+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-19T03:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0cd7e8f22721f62b62440bb059ae764ebbe7b42a'/>
<id>0cd7e8f22721f62b62440bb059ae764ebbe7b42a</id>
<content type='text'>
When $compile interpolates a CSS class attribute expression it will
do so by comparing the CSS class value already present on the element.
This may lead to unexpected results when dealing with ngClass values being
added and removed therefore it is best that both compile and ngClass delegate
addClass/removeClass operations to the same block of code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When $compile interpolates a CSS class attribute expression it will
do so by comparing the CSS class value already present on the element.
This may lead to unexpected results when dealing with ngClass values being
added and removed therefore it is best that both compile and ngClass delegate
addClass/removeClass operations to the same block of code.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngController): fix issue with ngInclude on the same element</title>
<updated>2013-11-21T17:52:34+00:00</updated>
<author>
<name>Andrew Silluron-Gonzalez</name>
</author>
<published>2013-10-16T18:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6288cf5ca471b0615a026fdb4db3ba242c9d8f88'/>
<id>6288cf5ca471b0615a026fdb4db3ba242c9d8f88</id>
<content type='text'>
This changes the priority of ngController to 500 so that it takes precedence
over ngInclude.

Closes #4431, #4521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the priority of ngController to 500 so that it takes precedence
over ngInclude.

Closes #4431, #4521
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(input): hold listener during text composition</title>
<updated>2013-11-21T17:46:33+00:00</updated>
<author>
<name>Chia-liang Kao</name>
</author>
<published>2013-10-28T16:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a4e6d962d78b26f5112d48c4f88c1e6234d0cae7'/>
<id>a4e6d962d78b26f5112d48c4f88c1e6234d0cae7</id>
<content type='text'>
When composing text in CJKV, intermediate buffer for unfinished text should not
be updating the bound scope variables.

Closes #4684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When composing text in CJKV, intermediate buffer for unfinished text should not
be updating the bound scope variables.

Closes #4684
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngClass): ensure that ngClass only adds/removes the changed classes</title>
<updated>2013-11-20T22:15:56+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-15T04:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6b8bbe4d90640542eed5607a8c91f6b977b1d6c0'/>
<id>6b8bbe4d90640542eed5607a8c91f6b977b1d6c0</id>
<content type='text'>
ngClass works by removing all the former classes and then adding all the
new classes to the element during each watch change operation. This may
cause transition animations to never render. The ngClass directive will
now only add and remove the classes that change during each watch operation.

Closes #4960
Closes #4944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ngClass works by removing all the former classes and then adding all the
new classes to the element during each watch change operation. This may
cause transition animations to never render. The ngClass directive will
now only add and remove the classes that change during each watch operation.

Closes #4960
Closes #4944
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(booleanAtts): explain the motivation for boolean attributes</title>
<updated>2013-11-20T14:30:37+00:00</updated>
<author>
<name>gdennie</name>
</author>
<published>2013-11-19T17:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b95fd53c6ee4c25d123f9e86f4bf5fbc378d181d'/>
<id>b95fd53c6ee4c25d123f9e86f4bf5fbc378d181d</id>
<content type='text'>
It was not explicitly and consistently stated that the transient nature of boolean
attributes precludes them from hosting binding expressions.
This change make that more clear and reinforces the simplicity and elegance of the solution.

Closes #5031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was not explicitly and consistently stated that the transient nature of boolean
attributes precludes them from hosting binding expressions.
This change make that more clear and reinforces the simplicity and elegance of the solution.

Closes #5031
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRepeat): fix typo</title>
<updated>2013-11-20T14:10:23+00:00</updated>
<author>
<name>Stéphane Reynaud</name>
</author>
<published>2013-11-19T14:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc027f22e55c5a41837341403f90cd5bdbdb7c80'/>
<id>dc027f22e55c5a41837341403f90cd5bdbdb7c80</id>
<content type='text'>
Replace "ian" in "in"

Closes #5027
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace "ian" in "in"

Closes #5027
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngPluralize): Fix missing space before parentheses</title>
<updated>2013-11-20T11:38:29+00:00</updated>
<author>
<name>Stéphane Reynaud</name>
</author>
<published>2013-11-19T14:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=043500fb27ed572f197e81b044518bd159c303e1'/>
<id>043500fb27ed572f197e81b044518bd159c303e1</id>
<content type='text'>
There should be a space between "braces" and "(`{}`)"

Closes #5026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There should be a space between "braces" and "(`{}`)"

Closes #5026
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): accessing controllers of transcluded directives from children</title>
<updated>2013-11-15T04:59:50+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-14T21:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90f87072e83234ae366cfeb3c281503c31dad738'/>
<id>90f87072e83234ae366cfeb3c281503c31dad738</id>
<content type='text'>
Additional API (backwards compatible)
- Injects `$transclude` (see directive controllers) as 5th argument to directive link functions.
- `$transclude` takes an optional scope as first parameter that overrides the
  bound scope.

Deprecations:
- `transclude` parameter of directive compile functions (use the new parameter for link functions instead).

Refactorings:
- Don't use comment node to temporarily store controllers
- `ngIf`, `ngRepeat`, ... now all use `$transclude`

Closes #4935.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additional API (backwards compatible)
- Injects `$transclude` (see directive controllers) as 5th argument to directive link functions.
- `$transclude` takes an optional scope as first parameter that overrides the
  bound scope.

Deprecations:
- `transclude` parameter of directive compile functions (use the new parameter for link functions instead).

Refactorings:
- Don't use comment node to temporarily store controllers
- `ngIf`, `ngRepeat`, ... now all use `$transclude`

Closes #4935.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngClass): fix e2e test for example</title>
<updated>2013-11-14T14:20:31+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-14T14:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=977e2f55de7075b7dbfbab37e40a632bbaf0252f'/>
<id>977e2f55de7075b7dbfbab37e40a632bbaf0252f</id>
<content type='text'>
Broken by fd7bca22e16b0ecbe1feaf49bab39d9a44b8df01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Broken by fd7bca22e16b0ecbe1feaf49bab39d9a44b8df01
</pre>
</div>
</content>
</entry>
</feed>
