<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates/js, branch v1.2.0-rc.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(tutorial): add step 12 of the phonecat tutorial</title>
<updated>2013-10-08T17:49:33+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-10-08T17:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad5256452bb8f1d481d78e7ae15a59d288f0d8e9'/>
<id>ad5256452bb8f1d481d78e7ae15a59d288f0d8e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs.js): handle empty deps array for plunkr/jsfiddle</title>
<updated>2013-10-01T00:52:28+00:00</updated>
<author>
<name>James Daily</name>
</author>
<published>2013-09-05T20:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1f686c489d2ef72a5e2ada8d9467e8b907ee8d98'/>
<id>1f686c489d2ef72a5e2ada8d9467e8b907ee8d98</id>
<content type='text'>
Change return value of docsApp.serviceFactory.prepareDefaultAppModule
to include empty array `[]` instead of array containing one empty
string element `['']`.

This will correct script.js for simple plunkr/jsfiddle examples such
as [ngChecked](http://docs.angularjs.org/api/ng.directive:ngChecked).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change return value of docsApp.serviceFactory.prepareDefaultAppModule
to include empty array `[]` instead of array containing one empty
string element `['']`.

This will correct script.js for simple plunkr/jsfiddle examples such
as [ngChecked](http://docs.angularjs.org/api/ng.directive:ngChecked).
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): linkify error messages on minErr docs pages</title>
<updated>2013-09-27T18:50:21+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-22T20:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6aaae062171bfc8e5046c3eae99bc9d63037120a'/>
<id>6aaae062171bfc8e5046c3eae99bc9d63037120a</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): fix the version jumper</title>
<updated>2013-08-23T14:37:51+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-15T05:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=74ae3edf8614ea8a97580033db0fd145d5260b62'/>
<id>74ae3edf8614ea8a97580033db0fd145d5260b62</id>
<content type='text'>
correct the ordering and make gen-docs prepare the list of versions
during the build process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correct the ordering and make gen-docs prepare the list of versions
during the build process
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): disable lunr search during e2e tests</title>
<updated>2013-08-16T17:59:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-16T17:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=00f784cda8e128d2ee31a84e71b04941bdd48d79'/>
<id>00f784cda8e128d2ee31a84e71b04941bdd48d79</id>
<content type='text'>
lunr has been responsible for slowdown in our test suite by adding ~1sec per
end-to-end test.

(this is because it initializes the index when the app starts)

since out test suite primarily tests the examples, it's reasonable do disable
the search as a temporary meansure.

the real fix is to use protractor and extract all of the examples into
standalone apps which can be tested without bootstrapping the whole docs app.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lunr has been responsible for slowdown in our test suite by adding ~1sec per
end-to-end test.

(this is because it initializes the index when the app starts)

since out test suite primarily tests the examples, it's reasonable do disable
the search as a temporary meansure.

the real fix is to use protractor and extract all of the examples into
standalone apps which can be tested without bootstrapping the whole docs app.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): fixup the docs version switcher</title>
<updated>2013-08-14T19:02:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-13T23:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7215afa21c91c33c924a5aba7f3a704983642897'/>
<id>7215afa21c91c33c924a5aba7f3a704983642897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tutorial): show tutorial pages in search nav</title>
<updated>2013-08-05T23:41:49+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-05T23:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6'/>
<id>285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): handle the empty string in errorDisplay</title>
<updated>2013-08-01T22:32:46+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-01T22:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c0c7165e26ec53bc408a6cca367e11f0433682a'/>
<id>3c0c7165e26ec53bc408a6cca367e11f0433682a</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): fixed jsFiddle/Plunkr examples to include ngAnimate and use a default App the module is not set</title>
<updated>2013-07-30T04:22:05+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-28T18:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=419ed040b6004909a22e96bfe1bc95c5aa0f38db'/>
<id>419ed040b6004909a22e96bfe1bc95c5aa0f38db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngdocs): make jsFiddle and Plunkr links work with external AngularJS modules</title>
<updated>2013-07-30T04:22:05+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-26T22:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8d6bd510948cc8598e7cfbb9ebb545fb97795661'/>
<id>8d6bd510948cc8598e7cfbb9ebb545fb97795661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
