<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.1.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>feat(route): Allow using functions as template params in 'when'</title>
<updated>2013-01-19T05:20:49+00:00</updated>
<author>
<name>Luis Ramón López</name>
</author>
<published>2012-11-03T20:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=faf02f0c4db7962f863b0da2a82c8cafab2c706f'/>
<id>faf02f0c4db7962f863b0da2a82c8cafab2c706f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(directive): added ng-open boolean directive</title>
<updated>2013-01-19T05:16:16+00:00</updated>
<author>
<name>David Chang</name>
</author>
<published>2013-01-18T04:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b8bd4d5460d9952e9a3bb14992636b17859bd457'/>
<id>b8bd4d5460d9952e9a3bb14992636b17859bd457</id>
<content type='text'>
Closes# 1797 add ng-open attribute</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes# 1797 add ng-open attribute</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngSwitch): don't leak when destroyed while not attached</title>
<updated>2013-01-18T08:03:28+00:00</updated>
<author>
<name>danilsomsikov</name>
</author>
<published>2013-01-11T17:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a26234f7183013e2fcc9b35377e181ad96dc9917'/>
<id>a26234f7183013e2fcc9b35377e181ad96dc9917</id>
<content type='text'>
The leak can occur when ngSwich is used inside ngRepeat or any other
directive which is destroyed while its transcluded content (which
includes ngSwitch) is not attached to the DOM.

Refactor ngSwitch to use controller instead of storing data on compile
node. This means that we don't need to clean up the jq data cache.
Controller reference is released when the linking fn is released.

Closes #1621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The leak can occur when ngSwich is used inside ngRepeat or any other
directive which is destroyed while its transcluded content (which
includes ngSwitch) is not attached to the DOM.

Refactor ngSwitch to use controller instead of storing data on compile
node. This means that we don't need to clean up the jq data cache.
Controller reference is released when the linking fn is released.

Closes #1621
</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>feat($parse): allow strict equality in angular expressions</title>
<updated>2013-01-18T07:08:38+00:00</updated>
<author>
<name>Jeremy Tymes</name>
</author>
<published>2012-11-27T16:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a179a9a96eda5c566bda8a70ac8a75822c936a68'/>
<id>a179a9a96eda5c566bda8a70ac8a75822c936a68</id>
<content type='text'>
Allows the parser to parse strict equality and inequality
in angular expressions.

Closes #908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows the parser to parse strict equality and inequality
in angular expressions.

Closes #908
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(rootScope): correct code examples</title>
<updated>2013-01-18T07:08:38+00:00</updated>
<author>
<name>Matthew Browne</name>
</author>
<published>2013-01-15T16:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=610a5a0c14a71be6cd147c665f80478515bfb576'/>
<id>610a5a0c14a71be6cd147c665f80478515bfb576</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($log): add $log.debug()</title>
<updated>2013-01-18T00:47:39+00:00</updated>
<author>
<name>nlaplante</name>
</author>
<published>2012-11-29T05:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9e991ddb1de13adf520eda459950be5b90b5b6d9'/>
<id>9e991ddb1de13adf520eda459950be5b90b5b6d9</id>
<content type='text'>
New debug() method with suppressable output via
$logProvider.debugEnabled()

Closes #1592
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New debug() method with suppressable output via
$logProvider.debugEnabled()

Closes #1592
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): do not wrap empty root text nodes in spans</title>
<updated>2013-01-17T08:28:44+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-01-09T22:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=49f9e4cef13e68ff85b3c160cf8fac6e7cd042a3'/>
<id>49f9e4cef13e68ff85b3c160cf8fac6e7cd042a3</id>
<content type='text'>
Closes #1059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1059
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngRepeat): correctly apply $last if repeating over object</title>
<updated>2013-01-17T08:25:30+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-01-11T12:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7e746015ea7dec3e9eb81bc4678fa9b6a83bc47c'/>
<id>7e746015ea7dec3e9eb81bc4678fa9b6a83bc47c</id>
<content type='text'>
If the $last property is calculated from the original collectionLength
on an object and properties starting with $ were filtered out, then $last
is never applied and $middle is applied erroniously.

Closes #1789
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the $last property is calculated from the original collectionLength
on an object and properties starting with $ were filtered out, then $last
is never applied and $middle is applied erroniously.

Closes #1789
</pre>
</div>
</content>
</entry>
</feed>
