<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.0.0rc11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cutting the 1.0.0rc promise-resolution release</title>
<updated>2012-06-11T07:03:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-11T06:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=068f2f9d43cb88bee1b7637f13ff6847f143bbdf'/>
<id>068f2f9d43cb88bee1b7637f13ff6847f143bbdf</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.0.0rc11 promise-resolution</title>
<updated>2012-06-11T07:03:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-11T06:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2d48733723d87439775412247ce1558ed444eb33'/>
<id>2d48733723d87439775412247ce1558ed444eb33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test($location): fix tests borked during event renaming</title>
<updated>2012-06-11T00:42:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-11T00:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d37d595b67ccb673e37187c050005ee1462cf243'/>
<id>d37d595b67ccb673e37187c050005ee1462cf243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fix various outdated docs and examples</title>
<updated>2012-06-10T16:01:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-10T16:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5d70e4a89cd9b3d430bb81f438cf03e956d9a9d2'/>
<id>5d70e4a89cd9b3d430bb81f438cf03e956d9a9d2</id>
<content type='text'>
Closes #1030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1030
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($location): clarify the two-way data-binding note</title>
<updated>2012-06-09T13:57:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-09T13:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b5bba65a9353ca9dc03b8d0c3c9b06d9c4cdacdf'/>
<id>b5bba65a9353ca9dc03b8d0c3c9b06d9c4cdacdf</id>
<content type='text'>
Closes #1030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1030
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): correctly merge class attr for replace directives</title>
<updated>2012-06-08T23:07:15+00:00</updated>
<author>
<name>Max Martinsson</name>
</author>
<published>2012-06-06T14:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fb99b539b4d851773b43f1564f7032adb157c0db'/>
<id>fb99b539b4d851773b43f1564f7032adb157c0db</id>
<content type='text'>
Merging of interpolated class attribute from directive template with replace:true works

Closes #1006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merging of interpolated class attribute from directive template with replace:true works

Closes #1006
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): add utf-8 to default Content-Type header (post/put)</title>
<updated>2012-06-08T23:07:15+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-06-08T00:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=10f80d7d2918f98262090b425ecc294d9518aa7e'/>
<id>10f80d7d2918f98262090b425ecc294d9518aa7e</id>
<content type='text'>
This fixes special characters issue with MongoLab.

https://groups.google.com/d/topic/angular/1T6h7bfZ7Rs/discussion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes special characters issue with MongoLab.

https://groups.google.com/d/topic/angular/1T6h7bfZ7Rs/discussion
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($compile): simplify isolate scope bindings</title>
<updated>2012-06-08T22:50:13+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-06T20:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c3a41ff9fefe894663c4d4f40a83794521deb14f'/>
<id>c3a41ff9fefe894663c4d4f40a83794521deb14f</id>
<content type='text'>
Changed the isolate scope binding options to:
  - @attr - attribute binding (including interpolation)
  - =model - by-directional model binding
  - &amp;expr - expression execution binding

This change simplifies the terminology as well as
number of choices available to the developer. It
also supports local name aliasing from the parent.

BREAKING CHANGE: isolate scope bindings definition has changed and
the inject option for the directive controller injection was removed.

To migrate the code follow the example below:

Before:

scope: {
  myAttr: 'attribute',
  myBind: 'bind',
  myExpression: 'expression',
  myEval: 'evaluate',
  myAccessor: 'accessor'
}

After:

scope: {
  myAttr: '@',
  myBind: '@',
  myExpression: '&amp;',
  // myEval - usually not useful, but in cases where the expression is assignable, you can use '='
  myAccessor: '=' // in directive's template change myAccessor() to myAccessor
}

The removed `inject` wasn't generaly useful for directives so there should be no code using it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the isolate scope binding options to:
  - @attr - attribute binding (including interpolation)
  - =model - by-directional model binding
  - &amp;expr - expression execution binding

This change simplifies the terminology as well as
number of choices available to the developer. It
also supports local name aliasing from the parent.

BREAKING CHANGE: isolate scope bindings definition has changed and
the inject option for the directive controller injection was removed.

To migrate the code follow the example below:

Before:

scope: {
  myAttr: 'attribute',
  myBind: 'bind',
  myExpression: 'expression',
  myEval: 'evaluate',
  myAccessor: 'accessor'
}

After:

scope: {
  myAttr: '@',
  myBind: '@',
  myExpression: '&amp;',
  // myEval - usually not useful, but in cases where the expression is assignable, you can use '='
  myAccessor: '=' // in directive's template change myAccessor() to myAccessor
}

The removed `inject` wasn't generaly useful for directives so there should be no code using it.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(startingTag): make tag name always lowercase</title>
<updated>2012-06-08T22:27:04+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-08T18:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5c95b8cccc0d72f7ca3afb1162b9528c1222eb3c'/>
<id>5c95b8cccc0d72f7ca3afb1162b9528c1222eb3c</id>
<content type='text'>
some browsers (IE) always provide the nodeName as upper-case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some browsers (IE) always provide the nodeName as upper-case
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($compile): always call attr.$observe</title>
<updated>2012-06-08T22:27:03+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-04T22:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9be82d942fc6ab2772197c84a35a4c374c604cbc'/>
<id>9be82d942fc6ab2772197c84a35a4c374c604cbc</id>
<content type='text'>
attr.$observe used to call function only if there was interpolation
on that attribute. We now call the observation function all the time
but we only save the reference to it if interpolation is present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attr.$observe used to call function only if there was interpolation
on that attribute. We now call the observation function all the time
but we only save the reference to it if interpolation is present.
</pre>
</div>
</content>
</entry>
</feed>
