| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-26 | cutting the 0.9.10 flea-whisperer releasev0.9.10 | Igor Minar | |
| 2011-01-26 | validator doc example should not be escaped | Igor Minar | |
| 2011-01-26 | updating release notes for the 0.9.10 release | Igor Minar | |
| 2011-01-26 | Added part of guide documentation and supporting changes to doc generator | Misko Hevery | |
| 2011-01-26 | fix for stupid IE handling of named functions in mocks | Igor Minar | |
| 2011-01-26 | add missing test/mocks.js | Igor Minar | |
| 2011-01-26 | split mocks and create $log and $exceptionHandler mocks | Igor Minar | |
| - 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 | |||
| 2011-01-26 | fix deprication typo in the doc generator | Igor Minar | |
| 2011-01-26 | adding jsdoc for angular namespace | Igor Minar | |
| 2011-01-25 | compile but don't bind option elements nested in a nameless select | Igor Minar | |
| otherwise an exception is thrown unexpectidly | |||
| 2011-01-25 | Scope should retrieve $log and $exceptionHandler via $service | Igor Minar | |
| - fix $log and $exceptionHandler retrieval - remove reference to non-existent `error` handler - update tests | |||
| 2011-01-24 | added any edit perf to make sure no trailing whitespace | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | enable docs tests | Misko Hevery | |
| 2011-01-24 | Added SiteMap generation to the documentation | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-24 | remove trailing whitespace | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-24 | updated doc styling for methods/properties | Misko Hevery | |
| 2011-01-24 | remove jasmine stack traces from the test output | Misko Hevery | |
| 2011-01-24 | ng:view should propagate evals to the current child scope | Igor Minar | |
| - 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 | |||
| 2011-01-24 | Revert "$route should create child scope via $new" | Igor Minar | |
| This reverts commit a5eb3ed107034cce5b7de3ec3f8a43ff3a379fa1. See 9ca2facb for reasoning. | |||
| 2011-01-24 | Revert "fix ng:include issue introduced by a5eb3ed1" | Igor Minar | |
| 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. | |||
| 2011-01-24 | fix for infinite loop in retrieveScope with jQuery + specs | Igor Minar | |
| - retrieveScope run into infinite loop if called on DOM tree that doesn't contain scope reference (happens only with jQuery) - added missing specs for retrieveScope function | |||
| 2011-01-24 | improve angular.Scope.$eval docs | Igor Minar | |
| 2011-01-24 | update example/temp.html template | Igor Minar | |
| 2011-01-24 | $cookies service should not call $eval during $eval | Igor Minar | |
| - added comment - removed $eval call - changed the code to not require $eval - updated specs | |||
| 2011-01-24 | fix clobber test in angular-bootstrap.js for FF | Igor Minar | |
| 2011-01-20 | null and other falsy values should not be rendered in the view | Igor Minar | |
| Closes #242 | |||
| 2011-01-19 | fix ng:include issue introduced by a5eb3ed1 | Igor Minar | |
| 2011-01-19 | add ng:view widget | Igor Minar | |
| 2011-01-19 | fix argument variables in compiler | Igor Minar | |
| 2011-01-19 | ngdoc should escape content of pre in markdown | Igor Minar | |
| 2011-01-19 | $route should create child scope via $new | Igor Minar | |
| 2011-01-19 | angular internals should not call methods via angular namespace | Igor Minar | |
| 2011-01-18 | verify that issue# 162 was fixed with doc rewrite | Misko Hevery | |
| 2011-01-18 | fix spec title for angular.formatter.index | Igor Minar | |
| 2011-01-18 | fix broken build for IE. Read option.type==select-multiple rather then check ↵ | Misko Hevery | |
| presence of multiple attribute | |||
| 2011-01-18 | improved dump function to atomatically render HTML | Misko Hevery | |
| 2011-01-18 | doc widgets examples should display angular src as CAO instead of DAO | Igor Minar | |
| 2011-01-18 | remove script.type attribute from example widgets since its optional in html5 | Igor Minar | |
| 2011-01-18 | @returns type in docs should be wrapped in curlies | Igor Minar | |
| 2011-01-18 | fixes, examples and tests for angular.Object.* docs | Igor Minar | |
| 2011-01-18 | various doc fixes for angular.Array.* apis + example and spec limitTo | Igor Minar | |
| 2011-01-17 | rewrite of several major portions of angular.service docs | Igor Minar | |
| 2011-01-14 | support compilation in HTML widgets | Misko Hevery | |
| 2011-01-14 | fixed select with ng:format | Misko Hevery | |
| select (one/multiple) could not chose from a list of objects, since DOM requires string ids. Solved by adding index formatter, which exposed incorrect handling of formatters in select widgets. | |||
| 2011-01-14 | preparing the 0.9.10 flea-whisperer iteration | Igor Minar | |
| 2011-01-13 | cutting the 0.9.9 time-shift releasev0.9.9 | Igor Minar | |
| 2011-01-13 | updating release notes | Igor Minar | |
