<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.2.12</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>revert: refactor(mocks): simplify the `inject` implementation</title>
<updated>2014-02-07T20:14:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-07T20:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d5c7ef0f7886afdfeb6d78b7e320ba2bfe5c77ba'/>
<id>d5c7ef0f7886afdfeb6d78b7e320ba2bfe5c77ba</id>
<content type='text'>
This reverts commit 64d58a5b5292046adf8b28928950858ab3895fcc.

For some weird reason this is causing regressions at Google.
I'm not sure why and I'm running out of time to investigate, so I'm taking
a safe route here and reverting the commit since it's just a refactoring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 64d58a5b5292046adf8b28928950858ab3895fcc.

For some weird reason this is causing regressions at Google.
I'm not sure why and I'm running out of time to investigate, so I'm taking
a safe route here and reverting the commit since it's just a refactoring.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): de-flake a ngHref test for navigating away from the Angular page</title>
<updated>2014-02-07T01:03:39+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-02-06T20:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=16301bed2838276b1d5f315bde621edb32f82c6c'/>
<id>16301bed2838276b1d5f315bde621edb32f82c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($locale): Minor grammar amends for locale_lt</title>
<updated>2014-02-07T00:11:29+00:00</updated>
<author>
<name>Kasparas Galdikas</name>
</author>
<published>2014-02-06T23:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=95be253fe55d35336d425d3d600a36158fc3519d'/>
<id>95be253fe55d35336d425d3d600a36158fc3519d</id>
<content type='text'>
Closes #6164
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6164
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(injector): correct typo in example</title>
<updated>2014-02-06T15:44:31+00:00</updated>
<author>
<name>sunderls</name>
</author>
<published>2014-02-06T07:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=95d119ebb21ce94df63043ee600f6b4dba4cfcdf'/>
<id>95d119ebb21ce94df63043ee600f6b4dba4cfcdf</id>
<content type='text'>
$provide misused into $provider

maybe this should be corrected I think

Closes #6146
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$provide misused into $provider

maybe this should be corrected I think

Closes #6146
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all test helper code for ngAnimate</title>
<updated>2014-02-06T06:22:14+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-23T00:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4224cd5182bc93e4a210f75e0a4e4de7f3c544e8'/>
<id>4224cd5182bc93e4a210f75e0a4e4de7f3c544e8</id>
<content type='text'>
Closes #5822
Closes #5917
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5822
Closes #5917
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mocks): remove usage of $animate.flushNext in favour of queing</title>
<updated>2014-02-06T06:21:41+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-23T00:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=906fdad0f95465842e336e057ea97d0633712189'/>
<id>906fdad0f95465842e336e057ea97d0633712189</id>
<content type='text'>
The flushNext method of testing is difficult and highly coupled with the behavior
of ngAnimate's $animate workflow. It is much better instead to just queue all
$animate animation calls into a queue collection which is available on the $animate
service when mock.animate is included as a module within test code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The flushNext method of testing is difficult and highly coupled with the behavior
of ngAnimate's $animate workflow. It is much better instead to just queue all
$animate animation calls into a queue collection which is available on the $animate
service when mock.animate is included as a module within test code.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(angular.forEach): add missing space in test</title>
<updated>2014-02-06T00:25:03+00:00</updated>
<author>
<name>Franziskus Domig</name>
</author>
<published>2014-02-05T16:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a8c1d9c97804f7df98150456c2702fd39e3a22f0'/>
<id>a8c1d9c97804f7df98150456c2702fd39e3a22f0</id>
<content type='text'>
Closes #6130
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6130
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): run end to end tests on firefox and safari as well as chrome</title>
<updated>2014-02-05T23:39:59+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-31T02:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0e85ca9ddb5f259908400463764fd6141977b341'/>
<id>0e85ca9ddb5f259908400463764fd6141977b341</id>
<content type='text'>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(forEach): correct spelling error</title>
<updated>2014-02-05T14:58:26+00:00</updated>
<author>
<name>Hopiu</name>
</author>
<published>2014-02-05T09:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=95522cc11f01528b569f88a089def9acded938b4'/>
<id>95522cc11f01528b569f88a089def9acded938b4</id>
<content type='text'>
Closes #6124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6124
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngMock): return false from mock $interval.cancel() when no argument is supplied</title>
<updated>2014-02-05T00:41:25+00:00</updated>
<author>
<name>Daniel Luxemburg</name>
</author>
<published>2014-02-04T01:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dd24c78373b5d24ecb3b9d19e61e1b3b6c74d155'/>
<id>dd24c78373b5d24ecb3b9d19e61e1b3b6c74d155</id>
<content type='text'>
Closes #6103.
Closed #6099.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6103.
Closed #6099.
</pre>
</div>
</content>
</entry>
</feed>
