<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.1.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cut 1.1.2 tofu-animation release</title>
<updated>2013-01-23T18:54:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-23T18:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=574573499128f18dabc29dbd2cbd54a59f5a4f0e'/>
<id>574573499128f18dabc29dbd2cbd54a59f5a4f0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 1.1.2 and 1.0.4</title>
<updated>2013-01-23T06:58:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-23T06:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0551aa95f0376c52568a027296e225d828cede38'/>
<id>0551aa95f0376c52568a027296e225d828cede38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngOpen): fix typo in api docs</title>
<updated>2013-01-23T06:58:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-23T06:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b62327ec2de6d78b85e0662bb55b3d5b54a50f34'/>
<id>b62327ec2de6d78b85e0662bb55b3d5b54a50f34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(changelog.js): improve the changelog script</title>
<updated>2013-01-23T06:49:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-23T06:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=07a58dd7669431d33b61f8c3213c31eff744d02a'/>
<id>07a58dd7669431d33b61f8c3213c31eff744d02a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: fix($resource): Route constructor, updated RegExp</title>
<updated>2013-01-23T00:32:02+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-23T00:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ffe5e01584ec1c10930a9a01ce4cec2ec888966b'/>
<id>ffe5e01584ec1c10930a9a01ce4cec2ec888966b</id>
<content type='text'>
This reverts commit 06ed8ef0127bf80610eba17b5021d1f483d0b0bf.

The reverted commit causes regressions. See comments in the PR:
https://github.com/angular/angular.js/pull/1402#issuecomment-12575399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 06ed8ef0127bf80610eba17b5021d1f483d0b0bf.

The reverted commit causes regressions. See comments in the PR:
https://github.com/angular/angular.js/pull/1402#issuecomment-12575399
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular.equals): relax the comparison for undefined properties</title>
<updated>2013-01-22T15:35:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-22T06:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c2e1c5e4d12529b1d69a6173c38097527dccc4f'/>
<id>3c2e1c5e4d12529b1d69a6173c38097527dccc4f</id>
<content type='text'>
in 5ae63fd3 the comparison was made consistent but strict, so that

angular.equals({}, {foo: undefined}) // always returns false

this turns out to cause issues for data that is being roundtripped via network
and serialized via JSON because JSON.stringify serializes {foo: undefined} as {}.

Since angular.equals() behaved like this before the 5ae63fd3 in 50% of the cases,
changing the behavior in this way should not introduce any significant issues.

Closes #1648
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in 5ae63fd3 the comparison was made consistent but strict, so that

angular.equals({}, {foo: undefined}) // always returns false

this turns out to cause issues for data that is being roundtripped via network
and serialized via JSON because JSON.stringify serializes {foo: undefined} as {}.

Since angular.equals() behaved like this before the 5ae63fd3 in 50% of the cases,
changing the behavior in this way should not introduce any significant issues.

Closes #1648
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): skip build parallelization on Travis</title>
<updated>2013-01-21T15:50:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-21T15:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cdf7781878dc43de85e7a72fcfce0105d93db621'/>
<id>cdf7781878dc43de85e7a72fcfce0105d93db621</id>
<content type='text'>
Due to a infrastructure change on Travis starting JVMs in forked
processes doesn't currently work. Since we don't really care that
much about the build speed on Travis, I'm going to disable it there.

Related issue: https://github.com/travis-ci/travis-ci/issues/845
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a infrastructure change on Travis starting JVMs in forked
processes doesn't currently work. Since we don't really care that
much about the build speed on Travis, I'm going to disable it there.

Related issue: https://github.com/travis-ci/travis-ci/issues/845
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(jqLite): fix typo</title>
<updated>2013-01-20T17:39:21+00:00</updated>
<author>
<name>sergiopantoja</name>
</author>
<published>2013-01-20T16:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7e8d3c17362e52d6198ae0a85bdf50ded669d9c0'/>
<id>7e8d3c17362e52d6198ae0a85bdf50ded669d9c0</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): adding npm install to step-by-step</title>
<updated>2013-01-19T05:33:10+00:00</updated>
<author>
<name>Will Moore</name>
</author>
<published>2013-01-18T20:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d30845a7575154f004bef75f38cfde10960f2dc5'/>
<id>d30845a7575154f004bef75f38cfde10960f2dc5</id>
<content type='text'>
npm install is listed in the dependencies section of the contribute guide but
is missing from the step-by-step. This adds it as step 4.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
npm install is listed in the dependencies section of the contribute guide but
is missing from the step-by-step. This adds it as step 4.</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): Route constructor, updated RegExp</title>
<updated>2013-01-19T05:28:15+00:00</updated>
<author>
<name>Fredrik Bonander</name>
</author>
<published>2012-09-21T11:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=06ed8ef0127bf80610eba17b5021d1f483d0b0bf'/>
<id>06ed8ef0127bf80610eba17b5021d1f483d0b0bf</id>
<content type='text'>
Update RegExp to allow urlParams with out leading slash (/).
- Will allow reoucese to be loaded from a relative path

Example:
var R = $resource(':path');
R.get({ path : 'data.json' });

Example usage:
Load resources in applications not using webserver, ie local webapp in on a tablet.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update RegExp to allow urlParams with out leading slash (/).
- Will allow reoucese to be loaded from a relative path

Example:
var R = $resource(':path');
R.get({ path : 'data.json' });

Example usage:
Load resources in applications not using webserver, ie local webapp in on a tablet.</pre>
</div>
</content>
</entry>
</feed>
