<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngMock, branch v1.1.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(ngAnimate): add support for animation</title>
<updated>2013-04-02T21:05:06+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-03-20T23:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413'/>
<id>0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413</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): fix typos</title>
<updated>2013-03-29T22:24:12+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=8dca0561e82b16564d70c5d798c0d3ab3fe49144'/>
<id>8dca0561e82b16564d70c5d798c0d3ab3fe49144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(http): support request/response promise chaining</title>
<updated>2013-03-27T20:13:59+00:00</updated>
<author>
<name>Sylvester Keil</name>
</author>
<published>2013-02-26T09:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ae46814ff4e7c0bbcdbbefc0a97277283a84065'/>
<id>4ae46814ff4e7c0bbcdbbefc0a97277283a84065</id>
<content type='text'>
myApp.factory('myAroundInterceptor', function($rootScope, $timeout) {
    return function(configPromise, responsePromise) {
        return {
            request: configPromise.then(function(config) {
                return config
            });
            response: responsePromise.then(function(response) {
                return 'ha!';
            }
        });
}

myApp.config(function($httpProvider){
    $httpProvider.aroundInterceptors.push('myAroundInterceptor');
});
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
myApp.factory('myAroundInterceptor', function($rootScope, $timeout) {
    return function(configPromise, responsePromise) {
        return {
            request: configPromise.then(function(config) {
                return config
            });
            response: responsePromise.then(function(response) {
                return 'ha!';
            }
        });
}

myApp.config(function($httpProvider){
    $httpProvider.aroundInterceptors.push('myAroundInterceptor');
});
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mock): prevent NPE when module definition outside of it.</title>
<updated>2013-03-27T15:56:06+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=5c735eb4ab07144a62949472ed388cb185099201'/>
<id>5c735eb4ab07144a62949472ed388cb185099201</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:54:44+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=c38c1c503074af1b0aae7498b9381cb90cd63958'/>
<id>c38c1c503074af1b0aae7498b9381cb90cd63958</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(ngMock): remove Jasmine-only comments now that Mocha works</title>
<updated>2013-02-26T07:54:29+00:00</updated>
<author>
<name>Matt Ginzton</name>
</author>
<published>2013-02-26T07:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d4fe383b7bc2314369199023f121064aec9cc167'/>
<id>d4fe383b7bc2314369199023f121064aec9cc167</id>
<content type='text'>
Remove comments about angular.mock.inject and angular.mock.module
being available for jasmine only. Since 1.1.1 the intent is that
they be available for mocha as well; now they even work!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove comments about angular.mock.inject and angular.mock.module
being available for jasmine only. Since 1.1.1 the intent is that
they be available for mocha as well; now they even work!
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngMock): fix isSpecRunning to work for Mocha</title>
<updated>2013-02-26T07:52:12+00:00</updated>
<author>
<name>Matt Ginzton</name>
</author>
<published>2013-02-26T07:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=639786083151ff93d70d31332bad143483140de0'/>
<id>639786083151ff93d70d31332bad143483140de0</id>
<content type='text'>
When running inside Mocha, don't look in Jasmine's spec.queue.running.
It's not there. This is documented as issue #1467; I think this issue was
also responsible for #1589 and recent complaints in #1253.

Closes #1467.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running inside Mocha, don't look in Jasmine's spec.queue.running.
It's not there. This is documented as issue #1467; I think this issue was
also responsible for #1589 and recent complaints in #1253.

Closes #1467.
</pre>
</div>
</content>
</entry>
<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>
</feed>
