| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2011-01-13 | significant rewrite of the $location service | Igor Minar | |
| - don't update browser before and after eval instead - sync location properties before eval - sync location properties and update browser after eval - added tests - symplified the code - removed $location.toString() because it was not idempotent and useless This resolves the issue with issuing two $route.onHashChange calls when the $location was updated with a hashPath that needs to be encoded | |||
| 2011-01-13 | fix for angular.Object.equals to handle equals({},null) | Igor Minar | |
| 2011-01-11 | adding a fallthrough comment | Igor Minar | |
| 2011-01-10 | fixing missing dependency | Igor Minar | |
| 2011-01-10 | tabbing and keyboard shortcut for docs | Igor Minar | |
| - first tab goes to the search box, following tabs iterate results - ctrl+s (FF on mac) or ctrl+alt+s (Chrome on mac) move focus to the search box | |||
| 2011-01-10 | offline docs | Igor Minar | |
| - freezing syntaxhighlighter and jquery under docs/src/templates/ - for jquery I just used a symlink to lib/jquery not an ideal solution but writer.js is not very flexible and I didn't want to mess with it - changed docs' index.html to point to the local resources | |||
| 2011-01-10 | removed unnedded files; switch rake to new doc build script | Misko Hevery | |
| 2011-01-10 | fix broken e2e test due to $window no longer published | Misko Hevery | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
| 2011-01-10 | Fixed filter.date, so it parses format ending with non-replaced string | Vojta Jina | |
| Closes #159 | |||
| 2011-01-10 | Rename angular.foreach to angular.forEach to make the api consistent. | Igor Minar | |
| camelcase is used for other angular functions and forEach is also used by EcmaScript standard. - rename the internal as well as the external function name - tweak the implementation of the function so that it doesn't clober it self when we extend the angular object with an object that has a forEach property equal to this forEach function Closes #85 | |||
| 2011-01-10 | bootstrap angular on "document ready" instead of window.onload | Igor Minar | |
| - use jqLite api to bootstrap angular - when jQuery is present DOMContentLoaded or hacks for IE are used - when jqLite is present DOMContentLoaded is used for modern browsers and IE9 and window.onload is used for other browsers. - test html for comparing DOMContentLoaded with window.onload Closes #224 | |||
| 2011-01-10 | jqLite should recognize window as an element even in IE | Igor Minar | |
| in IE window object has length property which makes it look like a collection to jqLite. This commit makes jqLite properly identify window as an element even in IE. IE6 doesn't have Window type, so we need to check against window object and only then do a more general check against Window. This is not perfect, but I say screw IE6. | |||
| 2011-01-10 | fix addEventLister detection for IE9 | Igor Minar | |
| IE9 added support for addEventListener and it looks like some new events (e.g. DOMContentLoaded) can't be registered via attachEvent, only addEventListener correctly registeres these. So to make sure we are using the latest and greatest we need to look for addEventListener instead of attachEvent in the jqLite feature detection code. | |||
| 2011-01-10 | fix onhashchange tests for IE | Igor Minar | |
