<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v1.1.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(tutorial): fix the float issue with the improve docs button</title>
<updated>2013-05-21T13:02:19+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-20T21:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bc2836a0db7960621023ab3c9704222cc288317'/>
<id>5bc2836a0db7960621023ab3c9704222cc288317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngScenario): provide examples for element(...).query(fn)</title>
<updated>2013-05-21T12:36:17+00:00</updated>
<author>
<name>Ben Ripkens</name>
</author>
<published>2013-05-20T18:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cdf75b302f573bb0e8b85d679ba66dd914276aa5'/>
<id>cdf75b302f573bb0e8b85d679ba66dd914276aa5</id>
<content type='text'>
element(selector, label).query(fn) is a very useful function, yet barely
explained. The developer guide should show how this function can be used
to conditionally execute behavior and assertions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
element(selector, label).query(fn) is a very useful function, yet barely
explained. The developer guide should show how this function can be used
to conditionally execute behavior and assertions.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($compile): clarify compile function return value</title>
<updated>2013-05-21T12:17:51+00:00</updated>
<author>
<name>Jens Rantil</name>
</author>
<published>2013-05-20T16:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7f597a75090167cd1fad9df9fe67165d0da9fa11'/>
<id>7f597a75090167cd1fad9df9fe67165d0da9fa11</id>
<content type='text'>
If a compile function (within a directive) returns a function, it is a
post-link function.

Closes: #2713
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a compile function (within a directive) returns a function, it is a
post-link function.

Closes: #2713
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/type): remove empty "Type" page in guide</title>
<updated>2013-05-21T12:12:41+00:00</updated>
<author>
<name>Jens Rantil</name>
</author>
<published>2013-05-20T16:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=907d2f521e859491180518620538122ed138dfbf'/>
<id>907d2f521e859491180518620538122ed138dfbf</id>
<content type='text'>
Closes #1316
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1316
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(package.json): kill version.yaml in favor of package.json</title>
<updated>2013-05-21T10:39:36+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-05-20T23:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d458d7350b8a26752e649bd2b8d061137d0247de'/>
<id>d458d7350b8a26752e649bd2b8d061137d0247de</id>
<content type='text'>
all versioning info is now in package.json and that's where the build scripts read it from
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all versioning info is now in package.json and that's where the build scripts read it from
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngdocs): fix gen_docs.sh</title>
<updated>2013-05-20T21:39:02+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-20T21:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5a34464198f1ca108ddd085181a832d3aa181c31'/>
<id>5a34464198f1ca108ddd085181a832d3aa181c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngdocs): provide test code for syntax links in docs and fix the syntax directive for IE8</title>
<updated>2013-05-20T21:33:11+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-16T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5f92d4144ea3c8c8fc33e163b3973401b527a4bd'/>
<id>5f92d4144ea3c8c8fc33e163b3973401b527a4bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process</title>
<updated>2013-05-20T21:27:34+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-16T18:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2f571a9c830df814902fbdda1e9240b36bb64e3e'/>
<id>2f571a9c830df814902fbdda1e9240b36bb64e3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(guide/compiler): fix grammatical error</title>
<updated>2013-05-20T09:24:12+00:00</updated>
<author>
<name>David Holmes</name>
</author>
<published>2013-05-19T17:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=518a92651faeee4f026bd3189f146e5ea9dd6921'/>
<id>518a92651faeee4f026bd3189f146e5ea9dd6921</id>
<content type='text'>
"The compilation process happens into two phases." should be "The compilation process happens in two phases."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"The compilation process happens into two phases." should be "The compilation process happens in two phases."
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide::testing): fix link to angular-seed</title>
<updated>2013-05-18T21:17:15+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-05-18T21:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=be993528a38ecf6ca3096198317b8df8b360bb82'/>
<id>be993528a38ecf6ca3096198317b8df8b360bb82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
