<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngMock, branch v1.0.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(mocks): fix typos</title>
<updated>2013-04-04T16:43:16+00:00</updated>
<author>
<name>Gert Goet</name>
</author>
<published>2013-03-23T17:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=582612b000a20789e2d4acabeacc158abb089568'/>
<id>582612b000a20789e2d4acabeacc158abb089568</id>
<content type='text'>
Conflicts:

	src/ngMock/angular-mocks.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	src/ngMock/angular-mocks.js
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mock): prevent NPE when module definition outside of it.</title>
<updated>2013-04-04T16:30:07+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-03-09T06:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4acd75b904ad7111e548279f7111bc17bedfc05c'/>
<id>4acd75b904ad7111e548279f7111bc17bedfc05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngMock): fix minor typo in comment</title>
<updated>2013-02-26T07:55:54+00:00</updated>
<author>
<name>Matt Ginzton</name>
</author>
<published>2013-02-26T07:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f98f8a3892874382efbd42eded01c94c76188e56'/>
<id>f98f8a3892874382efbd42eded01c94c76188e56</id>
<content type='text'>
Change "constroctor" to "constructor".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change "constroctor" to "constructor".
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(exceptionHandler): document testing</title>
<updated>2013-01-18T07:11:02+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=1f8be1ca66b312fdc396403f01ee8aae9371577a'/>
<id>1f8be1ca66b312fdc396403f01ee8aae9371577a</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:15:20+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=f179a63dd49050bec65cfd7f755413d2ed90a03b'/>
<id>f179a63dd49050bec65cfd7f755413d2ed90a03b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(mocks): update src/ngMock/angular-mocks.js documentation</title>
<updated>2012-12-06T20:50:21+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=af6f2483be0f2fdaec0329273a664d651081fe73'/>
<id>af6f2483be0f2fdaec0329273a664d651081fe73</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:50:20+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=d8522aa34948fd9f327158b7022d0a2e33450e3d'/>
<id>d8522aa34948fd9f327158b7022d0a2e33450e3d</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-30T23:53:52+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=8fa2bb72bc010c9967f41e2ba80088d7ed413e37'/>
<id>8fa2bb72bc010c9967f41e2ba80088d7ed413e37</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>
