<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, branch v1.2.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>docs(NgModelController): document `$viewChangeListeners` property</title>
<updated>2013-11-14T14:13:22+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2013-11-14T06:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4184ff8ff78e1fc42e5e32b88536b079ac4fa9cf'/>
<id>4184ff8ff78e1fc42e5e32b88536b079ac4fa9cf</id>
<content type='text'>
Closes #4948
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4948
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(FormController): remove unnecessary parenthesis</title>
<updated>2013-11-14T14:09:09+00:00</updated>
<author>
<name>Stéphane Reynaud</name>
</author>
<published>2013-11-13T12:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f3d4fe62094467ec786efecf25296da81c6fa61c'/>
<id>f3d4fe62094467ec786efecf25296da81c6fa61c</id>
<content type='text'>
Closes #4936
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4936
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngClass): distinguish between CSS classes and scope properties</title>
<updated>2013-11-14T14:00:06+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-14T14:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fd7bca22e16b0ecbe1feaf49bab39d9a44b8df01'/>
<id>fd7bca22e16b0ecbe1feaf49bab39d9a44b8df01</id>
<content type='text'>
Closes #4914
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4914
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(NgModelController): clarify documentation of `$setViewValue`</title>
<updated>2013-11-14T13:48:22+00:00</updated>
<author>
<name>Mathis Hofer</name>
</author>
<published>2013-11-12T10:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8f283fe4738b607e3b82924007eeb30fad522137'/>
<id>8f283fe4738b607e3b82924007eeb30fad522137</id>
<content type='text'>
$setViewValue does not really "Read a value from view".
It should be called to trigger the ngModel to be updated when the value in the view changes.

Closes #4907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$setViewValue does not really "Read a value from view".
It should be called to trigger the ngModel to be updated when the value in the view changes.

Closes #4907
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngBindHtml): fix dependency for Plunker and JSFiddle in example</title>
<updated>2013-11-14T12:28:53+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-14T12:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d7ed885984d58d344350ae267f51e8096bb6bea6'/>
<id>d7ed885984d58d344350ae267f51e8096bb6bea6</id>
<content type='text'>
The `&lt;doc:example&gt;` directive does not load up the dependencies correctly.
Using the `&lt;example&gt;` directive, with `&lt;file&gt;` elements fixes this.

Closes #4951
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `&lt;doc:example&gt;` directive does not load up the dependencies correctly.
Using the `&lt;example&gt;` directive, with `&lt;file&gt;` elements fixes this.

Closes #4951
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngIf): don't create multiple elements when changing from a truthy to another thruthy value.</title>
<updated>2013-11-12T01:05:43+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-11T23:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4612705ec297bc6ba714cb7a98f1be6aff77c4b8'/>
<id>4612705ec297bc6ba714cb7a98f1be6aff77c4b8</id>
<content type='text'>
Fixes #4852.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4852.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): add -webkit-transition for ngClass example</title>
<updated>2013-11-07T01:29:03+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-07T01:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8a5daaed42b5b3496fa482a6d7f4a680a4d68680'/>
<id>8a5daaed42b5b3496fa482a6d7f4a680a4d68680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/overview): Refactor overview and mvc docs</title>
<updated>2013-11-07T01:11:44+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-06T06:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc060dfc08f048511fe78e9df04ce4616171da34'/>
<id>fc060dfc08f048511fe78e9df04ce4616171da34</id>
<content type='text'>
Before, there we multiple overview docs:
- guide/overview
- guide/introduction
- guide/dev_guide.mvc
- guide/dev_guide.mvc.understanding_model
- guide/dev_guide.mvc.understanding_view
- guide/concepts

Now we have:
- guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts
- guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide.

 All the old information was moved into existing documents or deleted when they were duplicates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, there we multiple overview docs:
- guide/overview
- guide/introduction
- guide/dev_guide.mvc
- guide/dev_guide.mvc.understanding_model
- guide/dev_guide.mvc.understanding_view
- guide/concepts

Now we have:
- guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts
- guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide.

 All the old information was moved into existing documents or deleted when they were duplicates.
</pre>
</div>
</content>
</entry>
</feed>
