<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.10</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix for stupid IE handling of named functions in mocks</title>
<updated>2011-01-27T06:30:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-27T06:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8682befc7284a3c0b35cd5d85d4f42b1484ec71a'/>
<id>8682befc7284a3c0b35cd5d85d4f42b1484ec71a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split mocks and create $log and $exceptionHandler mocks</title>
<updated>2011-01-26T23:46:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-26T04:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f5d08963b0c836b10133a94d03a81254242661eb'/>
<id>f5d08963b0c836b10133a94d03a81254242661eb</id>
<content type='text'>
- split mocks between angular-mocks.js and mocks.js
- src/angular-mocks.js now contains only mocks that we want to ship
- test/mocks.js contains mocks that we use internally for testing
  angular
- created angular.mock namespace
- created public $exceptionHandler mock rethrows errors
- created public $log mock stores all logs messages in an array that can
  be accessed to make assertions
- internally we now have factory to create $exceptionHandler
  that we can assert on
- internally we also keep track of all messages logged and
  fail tests if messages were not expected and cleaned up (checked
  via global beforeEach and afterEach)
- updated RakeFile and docs reader.js to point to the new
  angular-mocks.js location
- made real $exceptionHandler and $log factories accessible from tests
  and simplified their specs
- fixed typos in several spec descriptions
- added log assertions throughout the test suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- split mocks between angular-mocks.js and mocks.js
- src/angular-mocks.js now contains only mocks that we want to ship
- test/mocks.js contains mocks that we use internally for testing
  angular
- created angular.mock namespace
- created public $exceptionHandler mock rethrows errors
- created public $log mock stores all logs messages in an array that can
  be accessed to make assertions
- internally we now have factory to create $exceptionHandler
  that we can assert on
- internally we also keep track of all messages logged and
  fail tests if messages were not expected and cleaned up (checked
  via global beforeEach and afterEach)
- updated RakeFile and docs reader.js to point to the new
  angular-mocks.js location
- made real $exceptionHandler and $log factories accessible from tests
  and simplified their specs
- fixed typos in several spec descriptions
- added log assertions throughout the test suite
</pre>
</div>
</content>
</entry>
<entry>
<title>adding jsdoc for angular namespace</title>
<updated>2011-01-26T23:37:22+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-26T05:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6512a736acc8fe092ef81254e5aa744d6392d1ea'/>
<id>6512a736acc8fe092ef81254e5aa744d6392d1ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compile but don't bind option elements  nested in a nameless select</title>
<updated>2011-01-26T04:49:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-26T01:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9e0fa5b7c829fcc58a21ab9c3f0cf6492cf793af'/>
<id>9e0fa5b7c829fcc58a21ab9c3f0cf6492cf793af</id>
<content type='text'>
otherwise an exception is thrown unexpectidly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise an exception is thrown unexpectidly
</pre>
</div>
</content>
</entry>
<entry>
<title>Scope should retrieve $log and $exceptionHandler via $service</title>
<updated>2011-01-26T04:49:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-24T23:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9368ea38141b8fda1524fdc34c38ecee16ee2afe'/>
<id>9368ea38141b8fda1524fdc34c38ecee16ee2afe</id>
<content type='text'>
- fix $log and $exceptionHandler retrieval
- remove reference to non-existent `error` handler
- update tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix $log and $exceptionHandler retrieval
- remove reference to non-existent `error` handler
- update tests
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed example rendering, add tests for it.</title>
<updated>2011-01-24T22:23:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-01-19T23:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c2f2587a79aeb77aad66f081cf924a79348a698e'/>
<id>c2f2587a79aeb77aad66f081cf924a79348a698e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove trailing whitespace</title>
<updated>2011-01-24T22:23:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-01-19T20:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5d0d34ae72a9ca47f1b2dabda60711ad16ee9313'/>
<id>5d0d34ae72a9ca47f1b2dabda60711ad16ee9313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ng:view should propagate evals to the current child scope</title>
<updated>2011-01-24T22:03:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-24T21:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a5990050d489e7c06b30b3ccab46b78c517662e2'/>
<id>a5990050d489e7c06b30b3ccab46b78c517662e2</id>
<content type='text'>
- this change is needed because of previously reverted $route changes
  that used to propagate evals automatically.
- also added docs to highlight how the eval propagation works
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- this change is needed because of previously reverted $route changes
  that used to propagate evals automatically.
- also added docs to highlight how the eval propagation works
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "$route should create child scope via $new"</title>
<updated>2011-01-24T22:03:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-24T06:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8d507df8c9664cc35467577971532cc20be2912f'/>
<id>8d507df8c9664cc35467577971532cc20be2912f</id>
<content type='text'>
This reverts commit a5eb3ed107034cce5b7de3ec3f8a43ff3a379fa1.

See 9ca2facb for reasoning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a5eb3ed107034cce5b7de3ec3f8a43ff3a379fa1.

See 9ca2facb for reasoning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix ng:include issue introduced by a5eb3ed1"</title>
<updated>2011-01-24T22:03:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-01-24T06:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=567f33823b34969fa1b340c9d6c04e2c5a60d281'/>
<id>567f33823b34969fa1b340c9d6c04e2c5a60d281</id>
<content type='text'>
This reverts commit 17ee0f031ac4a37bf9a1dc8c87ffac4bd164d1cc.

this and a5eb3ed1 introduced scope leakage that can't be resolved
until we fix up scope relationships and eval propagation.
I'm reverting both this and a5eb3ed1 until we can properly address
the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 17ee0f031ac4a37bf9a1dc8c87ffac4bd164d1cc.

this and a5eb3ed1 introduced scope leakage that can't be resolved
until we fix up scope relationships and eval propagation.
I'm reverting both this and a5eb3ed1 until we can properly address
the issue.
</pre>
</div>
</content>
</entry>
</feed>
