<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngMock, branch v1.1.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(dateFilter): add `[.,]sss` formatter for milliseconds</title>
<updated>2013-02-07T10:28:33+00:00</updated>
<author>
<name>Maxim Grach</name>
</author>
<published>2013-02-01T05:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=df744f3af46fc227a934f16cb63c7a6038e7133b'/>
<id>df744f3af46fc227a934f16cb63c7a6038e7133b</id>
<content type='text'>
Also Implement getMilliseconds() method of TzDate and
add test for this in ngMock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also Implement getMilliseconds() method of TzDate and
add test for this in ngMock.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(exceptionHandler): document testing</title>
<updated>2013-01-18T07:08:39+00:00</updated>
<author>
<name>Fred Sauer</name>
</author>
<published>2013-01-17T02:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=224d7d6e9023395e9bf3f7217984c04fd550f4e7'/>
<id>224d7d6e9023395e9bf3f7217984c04fd550f4e7</id>
<content type='text'>
Update src/ng/exceptionHandler.js

Here's an iniitla attempt at documenting how one might write a
test using $exceptionHandlerProvider. The key take-away is the use
of this pattern:

it(...

 module(...
   $exceptionHandlerProvider.mode('log');
 });

 inject(...
 );

});
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update src/ng/exceptionHandler.js

Here's an iniitla attempt at documenting how one might write a
test using $exceptionHandlerProvider. The key take-away is the use
of this pattern:

it(...

 module(...
   $exceptionHandlerProvider.mode('log');
 });

 inject(...
 );

});
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngMock.$httpBackend): fix variable declaration</title>
<updated>2013-01-18T05:13:39+00:00</updated>
<author>
<name>Fred Sauer</name>
</author>
<published>2012-12-27T22:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dddb1221faa31b4942131ec6e8adfefb9af470d3'/>
<id>dddb1221faa31b4942131ec6e8adfefb9af470d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($timeout-mock): add verifyNoPendingTasks method</title>
<updated>2012-12-20T19:39:40+00:00</updated>
<author>
<name>petrovalex</name>
</author>
<published>2012-09-15T16:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f0c6ebc07653f6267acec898ccef5677884e3081'/>
<id>f0c6ebc07653f6267acec898ccef5677884e3081</id>
<content type='text'>
added verifyNoPendingTasks method, which throws error if not all
deferred tasks have been flushed

Closes #1245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added verifyNoPendingTasks method, which throws error if not all
deferred tasks have been flushed

Closes #1245
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(mocks): update src/ngMock/angular-mocks.js documentation</title>
<updated>2012-12-06T20:18:49+00:00</updated>
<author>
<name>Fred Sauer</name>
</author>
<published>2012-12-04T22:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bcc7089b3c65392743a2d5d683c6e23f0fe4b109'/>
<id>bcc7089b3c65392743a2d5d683c6e23f0fe4b109</id>
<content type='text'>
Clarify how to use `$exceptionHandlerProvider.mode('log')` in tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify how to use `$exceptionHandlerProvider.mode('log')` in tests
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(mocks): fix documentation bug: angular.mock.debug</title>
<updated>2012-12-06T20:13:51+00:00</updated>
<author>
<name>Fred Sauer</name>
</author>
<published>2012-12-05T18:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d43cc3f89334ef8e75d264f3918e33d8163f409e'/>
<id>d43cc3f89334ef8e75d264f3918e33d8163f409e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mocha): support mocha in angular mocks</title>
<updated>2012-09-06T23:06:23+00:00</updated>
<author>
<name>Cameron Westland</name>
</author>
<published>2012-08-10T19:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=92558fe4119fb1ee793d781de1888abef181c7f6'/>
<id>92558fe4119fb1ee793d781de1888abef181c7f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mocks): free up memory after every spec</title>
<updated>2012-08-30T22:18:09+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-08-30T21:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1a8642aac2de40dccdab464e58dc164006c300bb'/>
<id>1a8642aac2de40dccdab464e58dc164006c300bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): fix URL interception in hash-bang mode</title>
<updated>2012-06-14T17:48:56+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-13T22:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6593a3e0823f3c08079f05010f9628fc4503cd43'/>
<id>6593a3e0823f3c08079f05010f9628fc4503cd43</id>
<content type='text'>
Closes #1051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1051
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($browser): hide $browser docs - it's a private service</title>
<updated>2012-06-12T08:14:45+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T08:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f158d81d21c5c6d8fe2331abf8e527e8fc45d4a9'/>
<id>f158d81d21c5c6d8fe2331abf8e527e8fc45d4a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
