<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/example, branch v0.10.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>Remove trailing white spaces from all source files</title>
<updated>2011-05-19T16:43:56+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-19T15:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=805e083c243655bfaed3c5431dc0f402cb27fcb4'/>
<id>805e083c243655bfaed3c5431dc0f402cb27fcb4</id>
<content type='text'>
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
</pre>
</div>
</content>
</entry>
<entry>
<title>JSTD adapter for running e2e tests</title>
<updated>2011-05-19T16:43:56+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-19T15:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1abdc097b235366759a889bdcc68359653a9b8a3'/>
<id>1abdc097b235366759a889bdcc68359653a9b8a3</id>
<content type='text'>
Couple of changes into angular.scenario runner:
 - add autotest config (runs tests when document ready)
 - update ObjectModel (forwards events)
 - use only one ObjectModel instance for all outputters
 - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step
 - fix generating spec.ids
 - fix 'html' output so that it does not mutate ObjectModel

Couple of changes into docs / generator:
 - rename copy -&gt; copyTpl
 - move docs/static into docs/examples (to avoid conflict with jstd proxy)

Running all docs e2e tests:
========================================================
1/ compile angular-scenario, jstd-scenario-adapter
&gt;&gt; rake compile

2/ build docs
&gt;&gt; rake docs

3/ start jstd server
&gt;&gt; ./server-scenario.sh

4/ capture some browser

5/ run node server to serve static content
&gt;&gt; node ../lib/nodeserver/server.js

6/ run tests
&gt;&gt; ./test-scenario.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Couple of changes into angular.scenario runner:
 - add autotest config (runs tests when document ready)
 - update ObjectModel (forwards events)
 - use only one ObjectModel instance for all outputters
 - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step
 - fix generating spec.ids
 - fix 'html' output so that it does not mutate ObjectModel

Couple of changes into docs / generator:
 - rename copy -&gt; copyTpl
 - move docs/static into docs/examples (to avoid conflict with jstd proxy)

Running all docs e2e tests:
========================================================
1/ compile angular-scenario, jstd-scenario-adapter
&gt;&gt; rake compile

2/ build docs
&gt;&gt; rake docs

3/ start jstd server
&gt;&gt; ./server-scenario.sh

4/ capture some browser

5/ run node server to serve static content
&gt;&gt; node ../lib/nodeserver/server.js

6/ run tests
&gt;&gt; ./test-scenario.sh
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing example files for temp.html</title>
<updated>2011-02-19T07:02:13+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-19T07:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6f8940c5d04bdedbb1d5415ea30f058fffa41010'/>
<id>6f8940c5d04bdedbb1d5415ea30f058fffa41010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update example/temp.html template</title>
<updated>2011-01-24T22:03:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-20T21:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=746e7a9768f56315094c00ab86fd56addfc7aec3'/>
<id>746e7a9768f56315094c00ab86fd56addfc7aec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing up personalLog app</title>
<updated>2011-01-05T02:04:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-05T00:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=67d064820c0a7993fdb3d15d6ee0b07a31c19f08'/>
<id>67d064820c0a7993fdb3d15d6ee0b07a31c19f08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename scope.$inject to scope.$service</title>
<updated>2011-01-05T02:04:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-04T19:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b2631f61709ae71bb29ec6f1353f2a3c1ad33cd3'/>
<id>b2631f61709ae71bb29ec6f1353f2a3c1ad33cd3</id>
<content type='text'>
see changelog diff for more info
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see changelog diff for more info
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove many eager-publish services, lazy polling</title>
<updated>2011-01-05T00:40:40+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-12-09T00:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d0270d92568e1b7c762b42a0ee0712b65d9acc5c'/>
<id>d0270d92568e1b7c762b42a0ee0712b65d9acc5c</id>
<content type='text'>
- Browser now starts the poller on first call to addPollFn()

- Many services ($location, $cookies, $router) are no longer eager-publish. The result is that
  unless someone needs the $cookies, they will not cause the Browser to start polling for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Browser now starts the poller on first call to addPollFn()

- Many services ($location, $cookies, $router) are no longer eager-publish. The result is that
  unless someone needs the $cookies, they will not cause the Browser to start polling for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add browser().reload() to simulate a refresh from a user</title>
<updated>2010-11-02T00:24:24+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-11-02T00:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=faa7d81b679346623c9f023042ddc40dee808e6f'/>
<id>faa7d81b679346623c9f023042ddc40dee808e6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide browser DSL with location() to expect the iframe URL parts. Also move navigateTo() under the browser DSL.</title>
<updated>2010-11-01T22:21:37+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-29T23:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6bb2cd6ee2a35768ac4422395596daf1438e62ff'/>
<id>6bb2cd6ee2a35768ac4422395596daf1438e62ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding e2e tests for the PersonalLog app</title>
<updated>2010-10-27T04:58:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-10-24T04:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=01c52e92b120eea498e0352a42a489d55e7d9979'/>
<id>01c52e92b120eea498e0352a42a489d55e7d9979</id>
<content type='text'>
- added scenario runner
- added scenario specs
- cookie cleaning DSL
- making rmLog independent on ordering in the view
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added scenario runner
- added scenario specs
- cookie cleaning DSL
- making rmLog independent on ordering in the view
</pre>
</div>
</content>
</entry>
</feed>
