<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/components, branch v1.2.0-rc.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(ngdocs): ensure $animate is not shared between the docs and the example applications</title>
<updated>2013-09-04T00:06:49+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-29T22:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d11a34a35127ee2b29a000ba48ec07200f2a5e34'/>
<id>d11a34a35127ee2b29a000ba48ec07200f2a5e34</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): disable code prettification in e2e tests</title>
<updated>2013-08-16T18:01:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-16T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=705404ff8e3187dcc23b1fbafd60a67eaca26c7d'/>
<id>705404ff8e3187dcc23b1fbafd60a67eaca26c7d</id>
<content type='text'>
code prettification is expensive and not needed for e2e tests, so I'm disabling
it to speed up the e2e test suite.

this is a temporary measure, see previous commit for more info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code prettification is expensive and not needed for e2e tests, so I'm disabling
it to speed up the e2e test suite.

this is a temporary measure, see previous commit for more info.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs-bootstrap): Removed injector from bootstrapped docs samples</title>
<updated>2013-08-09T17:19:41+00:00</updated>
<author>
<name>Jeff Cross</name>
</author>
<published>2013-08-02T16:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0b114fd3e1ce4cc120663222f2dfb34ee5dbda4c'/>
<id>0b114fd3e1ce4cc120663222f2dfb34ee5dbda4c</id>
<content type='text'>
This is necessary to make e2e tests pass for implementing #3411. At present, the docs are violating the rule being enforced by double-bootstrap prevention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary to make e2e tests pass for implementing #3411. At present, the docs are violating the rule being enforced by double-bootstrap prevention.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): all animation-supported directives working with docs examples and jsFiddle/Plunkr pages</title>
<updated>2013-07-30T04:22:05+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-29T23:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e1fe2ac2691e319473ed2bbca501fc6b641024e5'/>
<id>e1fe2ac2691e319473ed2bbca501fc6b641024e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($animate): replace show/hide with addClass/removeClass</title>
<updated>2013-07-27T06:49:54+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-24T03:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8ed0d5b6aa2e29ebc8d2026cb04380ed3343baef'/>
<id>8ed0d5b6aa2e29ebc8d2026cb04380ed3343baef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngAnimate): complete rewrite of animations</title>
<updated>2013-07-27T06:49:54+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-06-18T17:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=81923f1e41560327f7de6e8fddfda0d2612658f3'/>
<id>81923f1e41560327f7de6e8fddfda0d2612658f3</id>
<content type='text'>
- ngAnimate directive is gone and was replaced with class based animations/transitions
- support for triggering animations on css class additions and removals
- done callback was added to all animation apis
- $animation and $animator where merged into a single $animate service with api:
  - $animate.enter(element, parent, after, done);
  - $animate.leave(element, done);
  - $animate.move(element, parent, after, done);
  - $animate.addClass(element, className, done);
  - $animate.removeClass(element, className, done);

BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ngAnimate directive is gone and was replaced with class based animations/transitions
- support for triggering animations on css class additions and removals
- done callback was added to all animation apis
- $animation and $animator where merged into a single $animate service with api:
  - $animate.enter(element, parent, after, done);
  - $animate.leave(element, done);
  - $animate.move(element, parent, after, done);
  - $animate.addClass(element, className, done);
  - $animate.removeClass(element, className, done);

BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): replace showdown.js with marked.js</title>
<updated>2013-07-26T15:51:38+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-09T01:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=258cae83dc1a03b6b878a7b4236c499288cd2624'/>
<id>258cae83dc1a03b6b878a7b4236c499288cd2624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(jqLite): switch bind/unbind to more recent jQuery on/off</title>
<updated>2013-06-19T19:53:24+00:00</updated>
<author>
<name>Michał Gołębiowski</name>
</author>
<published>2013-06-19T19:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f1b94b4b599ab701bc75b55bbbbb73c5ef329a93'/>
<id>f1b94b4b599ab701bc75b55bbbbb73c5ef329a93</id>
<content type='text'>
jQuery switched to a completely new event binding implementation as of
1.7.0, centering around on/off methods instead of previous bind/unbind.
This patch makes jqLite match this implementation while still supporting
previous bind/unbind methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jQuery switched to a completely new event binding implementation as of
1.7.0, centering around on/off methods instead of previous bind/unbind.
This patch makes jqLite match this implementation while still supporting
previous bind/unbind methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngdocs): support popover, foldouts and foldover annotations</title>
<updated>2013-06-18T05:00:54+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-06-06T05:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ef22968810d555f78d3bbf7b5428757690c8cc70'/>
<id>ef22968810d555f78d3bbf7b5428757690c8cc70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): fix memory leak in example embed code</title>
<updated>2013-06-10T20:14:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-06-10T19:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6c663154943e4c0c33c19026a7b500302bda29d4'/>
<id>6c663154943e4c0c33c19026a7b500302bda29d4</id>
<content type='text'>
we need to sever the link between the main root scope and the example
root scope - this is only needed because we are embedding one app
in the other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we need to sever the link between the main root scope and the example
root scope - this is only needed because we are embedding one app
in the other.
</pre>
</div>
</content>
</entry>
</feed>
