<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngScenario, branch v1.2.0-rc.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(scenario): expose jQuery for usage outside of angular scenario</title>
<updated>2013-07-31T22:50:12+00:00</updated>
<author>
<name>Andreas Marek</name>
</author>
<published>2013-07-24T19:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3fdbe81a337c39027929c415e719493755cd8583'/>
<id>3fdbe81a337c39027929c415e719493755cd8583</id>
<content type='text'>
The global jQuery reference is removed by angular scenario and only a local scoped reference is kept. To make jQuery available for other code, a new reference angular.scenario.jQuery is added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The global jQuery reference is removed by angular scenario and only a local scoped reference is kept. To make jQuery available for other code, a new reference angular.scenario.jQuery is added.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fixed typos and ngdoc parameter names</title>
<updated>2013-07-27T18:53:41+00:00</updated>
<author>
<name>Carl Danley</name>
</author>
<published>2013-07-22T15:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=258e9862840f9d45709664e0e5b2a18540d8828d'/>
<id>258e9862840f9d45709664e0e5b2a18540d8828d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngScenario): select().option(val) should prefer exact value match</title>
<updated>2013-07-12T09:05:23+00:00</updated>
<author>
<name>Stephen Merity</name>
</author>
<published>2013-06-03T08:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=22a9b1ac07f98d07e1e5d71ce961411b5fa9b42d'/>
<id>22a9b1ac07f98d07e1e5d71ce961411b5fa9b42d</id>
<content type='text'>
With select(...).option(val) it previously would select the first node
which contains the value, even if an exact match was available.
This fix prefers exact matches if available, otherwise it reverts
to the previous 'contains' behaviour for backwards compatibility.

Closes #2856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With select(...).option(val) it previously would select the first node
which contains the value, even if an exact match was available.
This fix prefers exact matches if available, otherwise it reverts
to the previous 'contains' behaviour for backwards compatibility.

Closes #2856
</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(scenario): adds mousedown and mouseup event triggers to scenario</title>
<updated>2013-05-14T19:50:36+00:00</updated>
<author>
<name>Andreas Marek</name>
</author>
<published>2013-05-06T08:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=629fb37351ce5778a40a8bc8cd7c1385b382ce75'/>
<id>629fb37351ce5778a40a8bc8cd7c1385b382ce75</id>
<content type='text'>
Added mousedown and mouseup event triggers to scenadio dsl 'element' expression.
Added mousedown and mouseup to the custom jquery trigger method to generate real events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added mousedown and mouseup event triggers to scenadio dsl 'element' expression.
Added mousedown and mouseup to the custom jquery trigger method to generate real events.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): update to use our angular-scenario.js rather then karma</title>
<updated>2013-05-08T23:40:35+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-05-08T23:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=29efd39745ac14c89ef8bc79993b51450fd0a8b9'/>
<id>29efd39745ac14c89ef8bc79993b51450fd0a8b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($sniffer): Add support for supportsAnimations flag for detecting CSS Animations browser support</title>
<updated>2013-05-08T22:40:37+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-07T14:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=88c3480aff79e1ff5b1ed8bd7f1e05df8ea1e068'/>
<id>88c3480aff79e1ff5b1ed8bd7f1e05df8ea1e068</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(modules): fix module tests which got disabled by ngMobile</title>
<updated>2013-04-18T21:34:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-04-18T19:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5da6b125a7447b4bbabb88b2d82b5634b55c3aea'/>
<id>5da6b125a7447b4bbabb88b2d82b5634b55c3aea</id>
<content type='text'>
When ngMobile was merged in, we accidentaly included angular-scenario.js
in the test file set for modules. Loading this file overrode jasmine's
`it` and `describe` global functions which essentially disabled all of
~200 unit tests for wrapped modules.

This change refactors the code to run the wrapped module tests.

I had to extract browserTrigger from scenario runner in order to achieve
this without code duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When ngMobile was merged in, we accidentaly included angular-scenario.js
in the test file set for modules. Loading this file overrode jasmine's
`it` and `describe` global functions which essentially disabled all of
~200 unit tests for wrapped modules.

This change refactors the code to run the wrapped module tests.

I had to extract browserTrigger from scenario runner in order to achieve
this without code duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Scenario): correct bootstrap issue on IE</title>
<updated>2013-04-13T07:42:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-04-13T06:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ab755a25f9ca3f3f000623071d8de3ddc4b1d78e'/>
<id>ab755a25f9ca3f3f000623071d8de3ddc4b1d78e</id>
<content type='text'>
we need to set the deferred bootstrap flag via window.name after the iframe's
src has been set, otherwise IE will reset it to empty string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we need to set the deferred bootstrap flag via window.name after the iframe's
src has been set, otherwise IE will reset it to empty string
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(Scenario): autodisable animations when running e2e tests</title>
<updated>2013-04-04T00:40:15+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-04-03T21:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fec4ef38815340e8e5a6b65fd6c08f5c74e701d8'/>
<id>fec4ef38815340e8e5a6b65fd6c08f5c74e701d8</id>
<content type='text'>
animations cause the dom to contain elements that have been removed
from the model but are being animated out.

we could teach the e2e runner to wait for animations but that would
make all tests slower. it should be quite safe to just disable
animations automatically when the app is running via the e2e test
runner.

this change disables only css animations. we should make additional
change that disables js animations as well, but since we don't need
this right now I'm punting on it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
animations cause the dom to contain elements that have been removed
from the model but are being animated out.

we could teach the e2e runner to wait for animations but that would
make all tests slower. it should be quite safe to just disable
animations automatically when the app is running via the e2e test
runner.

this change disables only css animations. we should make additional
change that disables js animations as well, but since we don't need
this right now I'm punting on it.
</pre>
</div>
</content>
</entry>
</feed>
