<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/misc, 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>docs(contribute): improve git instructions</title>
<updated>2013-07-10T20:18:44+00:00</updated>
<author>
<name>Tay Ray Chuan</name>
</author>
<published>2013-07-05T04:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=220f0dbcf11ef8bba8917e9a7f5877b49bedb4e9'/>
<id>220f0dbcf11ef8bba8917e9a7f5877b49bedb4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(misc/faq): remove obsolte t-shirt instructions</title>
<updated>2013-06-28T18:27:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-06-28T18:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b6b504b04c4fdcdb7f728acd864da4106efdbc9c'/>
<id>b6b504b04c4fdcdb7f728acd864da4106efdbc9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): add missing 'node' command and &lt;code&gt; tags</title>
<updated>2013-06-18T21:05:28+00:00</updated>
<author>
<name>gdi2290</name>
</author>
<published>2013-06-14T18:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=db8d8f9a4389c0de122d75ab42f0d75a1e558493'/>
<id>db8d8f9a4389c0de122d75ab42f0d75a1e558493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(faq): update customink order info</title>
<updated>2013-06-10T18:39:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-06-10T18:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b700aa9291409a94dbc01c6c945ab18391dd9afb'/>
<id>b700aa9291409a94dbc01c6c945ab18391dd9afb</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): setup bower as the package manager for the docs pages</title>
<updated>2013-06-07T05:58:55+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-06-04T23:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f56125d94efba462869f09064dfa39aa780b8016'/>
<id>f56125d94efba462869f09064dfa39aa780b8016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(contribute): add Java as dependency</title>
<updated>2013-04-28T17:37:24+00:00</updated>
<author>
<name>Anton</name>
</author>
<published>2013-04-26T20:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8a59d8668c5328b47847931580caf302bfa086e8'/>
<id>8a59d8668c5328b47847931580caf302bfa086e8</id>
<content type='text'>
Current build process leverages closure jar for javascript minification.
If Java is not installed and included in the PATH the build will fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current build process leverages closure jar for javascript minification.
If Java is not installed and included in the PATH the build will fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): testacular renamed to karma</title>
<updated>2013-04-15T11:28:31+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-04-15T11:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7'/>
<id>59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7</id>
<content type='text'>
Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner.
Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner.
Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner.
Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner.
Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(faq): added note to FAQ re: legacy IE support</title>
<updated>2013-04-12T22:58:29+00:00</updated>
<author>
<name>uberspeck</name>
</author>
<published>2013-04-12T17:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b7b08eed027b9e02bbd8757d426c124a002b27b5'/>
<id>b7b08eed027b9e02bbd8757d426c124a002b27b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fixed typos</title>
<updated>2013-03-29T22:14:55+00:00</updated>
<author>
<name>Pascal Borreli</name>
</author>
<published>2013-03-21T19:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9480136d9f062ec4b8df0a35914b48c0d61e0002'/>
<id>9480136d9f062ec4b8df0a35914b48c0d61e0002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(contribute): add note about running command line as admin on win</title>
<updated>2013-03-06T22:54:35+00:00</updated>
<author>
<name>Dave Geddes</name>
</author>
<published>2013-03-06T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=485f1040990508441cebf4cddab83a126e65355f'/>
<id>485f1040990508441cebf4cddab83a126e65355f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
