<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ngRoute, branch v1.2.0-rc.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs: add missing priority documentation for structural directives</title>
<updated>2013-10-14T16:53:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-10-14T16:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=08cdd77c28e95cb2d01d568f31873124c97ec33a'/>
<id>08cdd77c28e95cb2d01d568f31873124c97ec33a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(directives): correct priority of structural directives</title>
<updated>2013-10-12T00:12:24+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-10-11T19:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b7af76b4c5aa77648cc1bfd49935b48583419023'/>
<id>b7af76b4c5aa77648cc1bfd49935b48583419023</id>
<content type='text'>
BREAKING CHANGE: the priority of ngRepeat, ngSwitchWhen, ngIf,
ngInclude and ngView has changed. This could affect directives that
explicitly specify their priority.

In order to make ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView
work together in all common scenarios their directives are being
adjusted to achieve the following precendence:

Directive        | Old Priority | New Priority
=============================================
ngRepeat         | 1000         | 1000
---------------------------------------------
ngSwitchWhen     | 500          | 800
---------------------------------------------
ngIf             | 1000         | 600
---------------------------------------------
ngInclude/ngView | 1000         | 400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: the priority of ngRepeat, ngSwitchWhen, ngIf,
ngInclude and ngView has changed. This could affect directives that
explicitly specify their priority.

In order to make ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView
work together in all common scenarios their directives are being
adjusted to achieve the following precendence:

Directive        | Old Priority | New Priority
=============================================
ngRepeat         | 1000         | 1000
---------------------------------------------
ngSwitchWhen     | 500          | 800
---------------------------------------------
ngIf             | 1000         | 600
---------------------------------------------
ngInclude/ngView | 1000         | 400
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(modules): stop leaking global variables in tests</title>
<updated>2013-10-10T18:58:15+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-10T08:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=07272608d8ae39a5dd220cdb5637b1439342d5c3'/>
<id>07272608d8ae39a5dd220cdb5637b1439342d5c3</id>
<content type='text'>
The routeUtils.js file was declaring a number of functions that were
leaking into other modules such as ngMocks causing tests to pass
incorrectly.

Closes #4360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The routeUtils.js file was declaring a number of functions that were
leaking into other modules such as ngMocks causing tests to pass
incorrectly.

Closes #4360
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(routeProvider): parametrized routes do not match against locations that would not valorize each parameters.</title>
<updated>2013-10-04T15:45:47+00:00</updated>
<author>
<name>Nicola Peduzzi</name>
</author>
<published>2013-08-06T15:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0ff86c323359fba1a60bacab178e3c68528f8e1f'/>
<id>0ff86c323359fba1a60bacab178e3c68528f8e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRoute): add angularEvent param to $routeChangeStart event</title>
<updated>2013-10-01T21:36:54+00:00</updated>
<author>
<name>Matthew Kleiman</name>
</author>
<published>2013-09-23T18:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6972596ce99f2a11ae07e65ebcb554cef1dd3240'/>
<id>6972596ce99f2a11ae07e65ebcb554cef1dd3240</id>
<content type='text'>
Adds missing implied first argument, `angularEvent`, to match
the rest of the `$routeChange` event documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds missing implied first argument, `angularEvent`, to match
the rest of the `$routeChange` event documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($route): reloadOnSearch affects hash fragment changes</title>
<updated>2013-09-30T21:04:59+00:00</updated>
<author>
<name>Fred Sauer</name>
</author>
<published>2013-09-06T18:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=06a611c4b4cd58f8270f2cd3320f6499ac28629c'/>
<id>06a611c4b4cd58f8270f2cd3320f6499ac28629c</id>
<content type='text'>
reloadOnSearch also affects reloads due to $location.hash() changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reloadOnSearch also affects reloads due to $location.hash() changes
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngView): IE8 regression due to expando on non-element nodes</title>
<updated>2013-09-20T20:55:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-09-20T17:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=255e8c13cf0fd78f1c4d7c279be7bf47c2402956'/>
<id>255e8c13cf0fd78f1c4d7c279be7bf47c2402956</id>
<content type='text'>
This fixes the "TypeError: Object doesn't support this property or method" error on IE8,
when view templates contain leading white-space.

Closes #3971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the "TypeError: Object doesn't support this property or method" error on IE8,
when view templates contain leading white-space.

Closes #3971
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRoute): add missing parameter to $routeChangeError</title>
<updated>2013-09-14T20:34:16+00:00</updated>
<author>
<name>Umur Kontacı</name>
</author>
<published>2013-09-12T17:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3b5fd53e2db3dafedd0f0e65ab272379aff81139'/>
<id>3b5fd53e2db3dafedd0f0e65ab272379aff81139</id>
<content type='text'>
The first parameter in $routeChangeError is the event object.

Closes #3986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first parameter in $routeChangeError is the event object.

Closes #3986
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngView): ensure ngClass works with together with ngView's transclusion behavior</title>
<updated>2013-09-04T00:06:49+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-30T13:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=40c0220c47c620070b30aec6ec4552c68a8689eb'/>
<id>40c0220c47c620070b30aec6ec4552c68a8689eb</id>
<content type='text'>
Closes: #3727
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #3727
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(module): improve the installation instructions for optional modules</title>
<updated>2013-08-22T23:55:54+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-22T19:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=57c43dd3762ea665125bff7e4727bce06a225b32'/>
<id>57c43dd3762ea665125bff7e4727bce06a225b32</id>
<content type='text'>
Currently, the documentation does a bad job of explaining the distinction between the services that it provides,
and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing.
This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that
inlines the appropriate instructions based on the name of the module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the documentation does a bad job of explaining the distinction between the services that it provides,
and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing.
This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that
inlines the appropriate instructions based on the name of the module.
</pre>
</div>
</content>
</entry>
</feed>
