<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngScenario, branch v1.0.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(scenario): don't trigger input events on IE9</title>
<updated>2013-01-17T07:30:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-16T18:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=92c612a9deac6e311bc2c632d373d525bf9017a0'/>
<id>92c612a9deac6e311bc2c632d373d525bf9017a0</id>
<content type='text'>
input.enter() should trigger 'change' rather than 'input' event on IE9 because
input events on IE9 are broken and angular doesn't rely on them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
input.enter() should trigger 'change' rather than 'input' event on IE9 because
input events on IE9 are broken and angular doesn't rely on them
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario-runner): support data-ng and x-ng based attributes</title>
<updated>2012-10-31T21:10:26+00:00</updated>
<author>
<name>Adam Macejak</name>
</author>
<published>2012-10-30T01:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad7ce0d40216cf3e0a721ef3a4815a03ae9f0bd9'/>
<id>ad7ce0d40216cf3e0a721ef3a4815a03ae9f0bd9</id>
<content type='text'>
Prefixed attributes like data-ng-model and x-ng-model were not being
found by the Selector. It was only looking at ng: and ng- prefixed
attributes.
Added a few tests as well to ensure the aforementioned prefixed
attributes are being matched properly.

Closes #1020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prefixed attributes like data-ng-model and x-ng-model were not being
found by the Selector. It was only looking at ng: and ng- prefixed
attributes.
Added a few tests as well to ensure the aforementioned prefixed
attributes are being matched properly.

Closes #1020
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): emit RunnerBegin event</title>
<updated>2012-09-11T23:19:44+00:00</updated>
<author>
<name>Shyam Seshadri</name>
</author>
<published>2012-09-07T05:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bf873d6f0275c14c603fe0d437d77d531cb93c62'/>
<id>bf873d6f0275c14c603fe0d437d77d531cb93c62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): NPE when no angular loaded in test page</title>
<updated>2012-09-11T23:19:44+00:00</updated>
<author>
<name>Jimmy Zhuo</name>
</author>
<published>2012-09-08T04:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=82f4b99d994bd2dcb970c38e86a8ca0249c167bc'/>
<id>82f4b99d994bd2dcb970c38e86a8ca0249c167bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): simplify doc urls</title>
<updated>2012-06-12T07:10:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f16150d5f1b20b3d633b4402095ea89baa4be042'/>
<id>f16150d5f1b20b3d633b4402095ea89baa4be042</id>
<content type='text'>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(scenario): make browser().location() working if ng-app on other than &lt;html&gt;</title>
<updated>2012-05-05T01:30:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-04-14T17:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bcb749abb91dba0847cb9bc900777a67fd55aa8'/>
<id>5bcb749abb91dba0847cb9bc900777a67fd55aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(license): update to google</title>
<updated>2012-04-20T18:29:34+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-17T22:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce15a3e0491f7acafcdf0ff07f75d0c2c9819164'/>
<id>ce15a3e0491f7acafcdf0ff07f75d0c2c9819164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(e2eRunner): $browser.location should delegate to apps $location</title>
<updated>2012-04-12T09:36:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-12T09:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=df72852f3496d7640bb4f70837338e464b7ed69f'/>
<id>df72852f3496d7640bb4f70837338e464b7ed69f</id>
<content type='text'>
previously it would create a new instance which wasn't configured as the one in the app,
which resulted in incorrect values being returned in html5 mode with base url set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously it would create a new instance which wasn't configured as the one in the app,
which resulted in incorrect values being returned in html5 mode with base url set
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(*): remove dead code and fix code style issues</title>
<updated>2012-04-10T23:52:12+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-10T21:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=52ee1ab5eb0f3197453b26c60a70239ac3fffea7'/>
<id>52ee1ab5eb0f3197453b26c60a70239ac3fffea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngModel): update model on each key stroke (revert ngModelInstant)</title>
<updated>2012-04-03T17:10:44+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-30T19:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=06d0955074f79de553cc34fbf945045dc458e064'/>
<id>06d0955074f79de553cc34fbf945045dc458e064</id>
<content type='text'>
It turns out that listening only on "blur" event is not sufficient in many scenarios,
especially when you use form validation you always had to use ngModelnstant
e.g. if you want to disable a button based on valid/invalid form.

The feedback we got from our apps as well as external apps is that the
ngModelInstant should be the default.

In the future we might provide alternative ways of suppressing updates
on each key stroke, but it's not going to be the default behavior.

Apps already using the ngModelInstant can safely remove it from their
templates. Input fields without ngModelInstant directive will start propagating
the input changes into the model on each key stroke.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that listening only on "blur" event is not sufficient in many scenarios,
especially when you use form validation you always had to use ngModelnstant
e.g. if you want to disable a button based on valid/invalid form.

The feedback we got from our apps as well as external apps is that the
ngModelInstant should be the default.

In the future we might provide alternative ways of suppressing updates
on each key stroke, but it's not going to be the default behavior.

Apps already using the ngModelInstant can safely remove it from their
templates. Input fields without ngModelInstant directive will start propagating
the input changes into the model on each key stroke.
</pre>
</div>
</content>
</entry>
</feed>
