<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngRoute, branch v1.2.14</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($animate): ensure that animateable directives cancel expired leave animations</title>
<updated>2014-02-26T19:53:57+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-02-21T08:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e9881991ca0a5019d3a4215477738ed247898ba0'/>
<id>e9881991ca0a5019d3a4215477738ed247898ba0</id>
<content type='text'>
If enter -&gt; leave -&gt; enter -&gt; leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.

Closes #5886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If enter -&gt; leave -&gt; enter -&gt; leave occurs then the first leave animation will
animate alongside the second. This causes the very first DOM node (the view in ngView
for example) to animate at the same time as the most recent DOM node which ends
up being an undesired effect. This fix takes care of this issue.

Closes #5886
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fix jsdoc type expressions</title>
<updated>2014-02-26T11:47:22+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-26T11:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=332e935048d161764046b43fe6599e1db2afc3b6'/>
<id>332e935048d161764046b43fe6599e1db2afc3b6</id>
<content type='text'>
These errors in the docs were preventing some parts of the docs from being
parsed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These errors in the docs were preventing some parts of the docs from being
parsed.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($routeProvider): correct "slashs" to "slashes"</title>
<updated>2014-02-23T16:49:54+00:00</updated>
<author>
<name>Alessandro Bahgat</name>
</author>
<published>2014-02-22T17:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=24fe1632b05e38986b48e472f9022c8039596b4d'/>
<id>24fe1632b05e38986b48e472f9022c8039596b4d</id>
<content type='text'>
Closes #6415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6415
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fix anchors for members in api docs</title>
<updated>2014-02-21T19:37:37+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-21T19:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a6a3ba7fb08ce99007893ef75365a3e8aff938a'/>
<id>4a6a3ba7fb08ce99007893ef75365a3e8aff938a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(modules): remove unused {@installModule} tags</title>
<updated>2014-02-19T21:22:27+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-19T21:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cc1f7539d414038212b83dca86cf04f71731f24b'/>
<id>cc1f7539d414038212b83dca86cf04f71731f24b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($routeProvider): fix indentation</title>
<updated>2014-02-19T16:03:20+00:00</updated>
<author>
<name>Steven Petryk</name>
</author>
<published>2014-02-19T14:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=696928dbc6d2add97a9a283545a461bf86d23a28'/>
<id>696928dbc6d2add97a9a283545a461bf86d23a28</id>
<content type='text'>
Closes #6345

Somebody accidentally padded a list with one-too-many indentations, which caused the actual documentation page to render incorrectly. This should fix it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6345

Somebody accidentally padded a list with one-too-many indentations, which caused the actual documentation page to render incorrectly. This should fix it.
</pre>
</div>
</content>
</entry>
<entry>
<title>style: remove ws and enfore no-trailing-ws jscs rule</title>
<updated>2014-02-18T18:44:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-18T11:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=481508d0e7ae9e4984ea380b9a43e589551c7a5b'/>
<id>481508d0e7ae9e4984ea380b9a43e589551c7a5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): escape params that have &lt;object&gt; in their type</title>
<updated>2014-02-16T19:03:44+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-14T15:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2123772a653eeb969ef6f8c21d1daee878098fe1'/>
<id>2123772a653eeb969ef6f8c21d1daee878098fe1</id>
<content type='text'>
Really the doc-gen process should escape there but for now this should
stop the layout from breaking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Really the doc-gen process should escape there but for now this should
stop the layout from breaking.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRoute): ask for examples to have their base[href] fixed</title>
<updated>2014-02-16T19:03:43+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-14T13:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6f0503514fd42e5ef950972946e0bf04044c0d13'/>
<id>6f0503514fd42e5ef950972946e0bf04044c0d13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(examples): fix example dependencies</title>
<updated>2014-02-16T19:03:43+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-13T23:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=457cf0a702d0af897e80c7bc6c196431c73fad8a'/>
<id>457cf0a702d0af897e80c7bc6c196431c73fad8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
