<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.12</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>re-eagarizing the $hover service - mea culpa</title>
<updated>2011-03-04T07:14:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-04T06:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e80a64883df704b766f873ee20a7e7e05a399a76'/>
<id>e80a64883df704b766f873ee20a7e7e05a399a76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing left over .scope</title>
<updated>2011-03-04T07:14:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-04T07:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8b2753eee29e54b33bbfd4c759ba162c7d3faf89'/>
<id>8b2753eee29e54b33bbfd4c759ba162c7d3faf89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing broken e2e tests</title>
<updated>2011-03-03T21:50:12+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-03T17:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bf7ff5a3e7498cb43f1e18a6da32633162ff787'/>
<id>5bf7ff5a3e7498cb43f1e18a6da32633162ff787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$xhr service now autodetects and strips )]}',\n</title>
<updated>2011-03-03T06:56:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-03T01:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cd139f57678b98c82387d5b0034f653043b7165a'/>
<id>cd139f57678b98c82387d5b0034f653043b7165a</id>
<content type='text'>
")]}\',\n" is a commonly used security prefix added to json http
responses iat google and elsewhere in order to prevent certain
cross-site attacks

$xhr service now autodetects the prefix and strips it before
deserializing the json.

the implementation should be more flexible to allow for wider range
of prefixes, but we need this one right now and can address other
usecases later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
")]}\',\n" is a commonly used security prefix added to json http
responses iat google and elsewhere in order to prevent certain
cross-site attacks

$xhr service now autodetects the prefix and strips it before
deserializing the json.

the implementation should be more flexible to allow for wider range
of prefixes, but we need this one right now and can address other
usecases later.
</pre>
</div>
</content>
</entry>
<entry>
<title>additional fixes for the angular.compile docs</title>
<updated>2011-03-02T03:08:30+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-02T03:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=95a29d7bde93189117c92b599d91731400a4f34f'/>
<id>95a29d7bde93189117c92b599d91731400a4f34f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linking function should return bound scope</title>
<updated>2011-03-02T01:09:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-25T22:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=945056b1667a69ecc4d557cc0f03894597250ced'/>
<id>945056b1667a69ecc4d557cc0f03894597250ced</id>
<content type='text'>
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
</pre>
</div>
</content>
</entry>
<entry>
<title>adding an extra injector spec</title>
<updated>2011-02-28T00:19:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-28T00:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a709dc19b8b3c3e71970fde6f274cba202e57775'/>
<id>a709dc19b8b3c3e71970fde6f274cba202e57775</id>
<content type='text'>
- added a spec for dependency graph resolution
- also simplyfying cache presence check
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added a spec for dependency graph resolution
- also simplyfying cache presence check
</pre>
</div>
</content>
</entry>
<entry>
<title>$cookie factory fn should not run $eval</title>
<updated>2011-02-27T23:54:06+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-27T23:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=65585a2d3c4f73a17d20310de30546116a9a6827'/>
<id>65585a2d3c4f73a17d20310de30546116a9a6827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added delay parameter to the $defer service</title>
<updated>2011-02-25T19:30:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-02-25T19:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=edbe9d8ca8f7963969464eca4e7bb18426f137e5'/>
<id>edbe9d8ca8f7963969464eca4e7bb18426f137e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected an issue where properties inherited from __proto__ show up in ng:repeat.</title>
<updated>2011-02-25T17:23:30+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-02-16T16:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9e67da420b60a417204ab53e8a16aa291f2b1ca0'/>
<id>9e67da420b60a417204ab53e8a16aa291f2b1ca0</id>
<content type='text'>
Closses #112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closses #112
</pre>
</div>
</content>
</entry>
</feed>
