| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-06 | fix(docs): use window.execScript instead of window.eval on IE | Igor Minar | |
| IE's window.eval doesn't execute in the global context, so we have to use window.execScript instead which works like window.eval on normal browsers. However execScript throws an exception when an empty string is passed in, so I created a workaround with a workaround. | |||
| 2011-09-02 | test(jsonp): fixing jsonp e2e tests | Igor Minar | |
| - buzz api keeps on throttling our requests which makes our build fail so I'm disabling the buzz demo e2e test - the $xhr service jsonp test was modified to use jsonp on angularjs.org instead of buzz api for the same reason as mentioned above | |||
| 2011-09-02 | docs(guide/tutorial/misc): sync with google docs | Igor Minar | |
| 2011-08-31 | style(e2e tests): shorten jquery/jqlite describe | Igor Minar | |
| 2011-08-31 | style(docs): improve the formatting of events in docs | Misko Hevery | |
| 2011-08-31 | feat(docs): add support for events | Misko Hevery | |
| 2011-08-24 | feat(doc): generate both normal and debug version of index.html | Di Peng | |
| - index.html has manifest file and angular.min.js - index-jq.html has manifest file, angular.min.js and jquery.min.js - index-debug.html has angular.js - index-jq-debug.html has angular.js and jquery.min.js | |||
| 2011-08-24 | feat(ng:cloak): add ng:cloak directive | Igor Minar | |
| 2011-08-21 | fix(docs): remove more unecessary use of hide() and show() method | Di Peng | |
| - tutorial section of docs fails to render properly as doc:tutorial-instructions widget uses deprecated show and hide methods of jQlite. | |||
| 2011-08-21 | fix(docs): work around the lame ng:show directive | Igor Minar | |
| 2011-08-21 | fix(docs): change docs.css to avoid css clashes in buzz example | Igor Minar | |
| 2011-08-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 2011-08-16 | doc(sample): Add javascript sandbox integration (jsFiddle) | dandoyon | |
| Change doc_widget.js to: - render "edit in jsfiddle" button next to all examples - make opt out certain examples by adding jsfiddle="false" attribute to doc:source element | |||
| 2011-08-15 | refactor(jqLite): remove jqLite show/hide support | Igor Minar | |
| it turns out that even with our tricks, jqLite#show is not usable in practice and definitely not on par with jQuery. so rather than introducing half-baked apis which introduce issues, I'm removing them. I also removed show/hide uses from docs, since they are not needed. Breaks jqLite.hide/jqLite.show which are no longer available. | |||
| 2011-08-12 | refactor(scope): remove $flush/$observe ng:eval/ng:eval-order | Misko Hevery | |
| 2011-08-04 | doc(tutorial): updates needed for 0.9.18 rebase | Igor Minar | |
| 2011-08-03 | fix(docs): fix qfs.read() encoding issue | DiPeng | |
| - must use binary reading when using read function in q-fs module otherwise some unicode character may be garbled. Closes #497 | |||
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery | |
| - Speed improvements (about 4x on flush phase) - Memory improvements (uses no function closures) - Break $eval into $apply, $dispatch, $flush - Introduced $watch and $observe Breaks angular.equals() use === instead of == Breaks angular.scope() does not take parent as first argument Breaks scope.$watch() takes scope as first argument Breaks scope.$set(), scope.$get are removed Breaks scope.$config is removed Breaks $route.onChange callback has not "this" bounded | |||
| 2011-07-29 | doc(contribute): add npm & q dependencies to setup instructions | Igor Minar | |
| 2011-07-29 | doc(index.html): change the order of elements in the navbar | Igor Minar | |
| Users often don't see Tutorial and go straight to crappy Dev Guide, changing the order should help find them right content in the right order. | |||
| 2011-07-29 | doc(css): make all navbar links bold | Igor Minar | |
| 2011-07-29 | doc(started): fixing up the doc and adding link to the tutorial | Igor Minar | |
| 2011-07-29 | doc(guide): various fixes and improvements | Igor Minar | |
| 2011-07-29 | doc(tutorial): fixes and improvements from Toni and Ben | Igor Minar | |
| 2011-07-29 | feat(tutorial): add an arrow to 'Workspace Reset Instructions' links | Igor Minar | |
| The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline. | |||
| 2011-07-26 | feat(docs): add full offline support | Di Peng | |
| 2011-07-26 | feat(docs): add a changelog link to the footer | Di Peng | |
| 2011-07-26 | doc(tutorial): fix navigation widget to work without jQuery | Vojta Jina | |
| jqLite doesn't support class selectors, can find only by tag name... | |||
| 2011-07-20 | refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docs | Di Peng | |
| - re-write gendocs.js, reader.js and writer.js - all calls are asynchronous | |||
| 2011-07-20 | feat(gen-docs): enable caching the whole site | Di Peng | |
| Generate a manifest file automatically by reading the directories. | |||
| 2011-07-19 | chore(docs/.htaccess): bundle .htaccess with docs | Igor Minar | |
| 2011-07-17 | refactor(docs): run e2e tests with and without jquery | Di Peng | |
| - e2e tests will run index.html (without jquery) and with index-jq.html(with jquery). - many small changes to make e2e tests work withough JQuery as we discover problems that were previously hidden by using real JQuery. | |||
| 2011-07-16 | doc(ng:include): improve the doc example to avoid confusion | Igor Minar | |
| 2011-07-16 | doc(css): add '#content-list .level-4' css | Igor Minar | |
| 2011-07-16 | doc(ngdoc): add 'this' and 'returns' section for methods | Igor Minar | |
| 2011-07-16 | doc(ngdoc): fix usage format for functions bolted onto services | Igor Minar | |
| 2011-07-16 | test(ngdoc): add test for @ngdoc function | Igor Minar | |
| 2011-07-16 | test(ngdoc): fix a typo in the @deprecated spec | Igor Minar | |
| 2011-07-16 | test(ngdoc): fix failing tests | Igor Minar | |
| 2011-07-13 | doc($route): fix $route example and couple of typos | Vojta Jina | |
| Rewrite $route example a bit, as it required $location and $route services to be eager published in the root scope. Fix small typos in formatter and ng:options docs. | |||
| 2011-07-08 | docs:template: rename <angular/> to AngularJS | Igor Minar | |
| 2011-07-08 | docs:css: remove bullet points from tutorial sidebar | Igor Minar | |
| 2011-07-08 | docs:css: fix indentation for pre element | Igor Minar | |
| 2011-07-02 | doc:dependencies: add /api/ prefix to dependency links | Igor Minar | |
| 2011-06-30 | fix:docs: properly distinguish between being offline and 404 | Igor Minar | |
| 2011-06-27 | fix:docs: css lint fixes | Igor Minar | |
| 2011-06-25 | fix:docs: Fix sitemap generator to use doc.id instead of doc.name | Di Peng | |
| doc.id should be used instead of doc.name, otherwise links are wrongly generated | |||
| 2011-06-21 | Update fixed docs content (guide) | Vojta Jina | |
| Couple of typos fixed: * indentation * batchLogbatchLog -> batchLog * start periodic checking * missing brace | |||
| 2011-06-16 | Update docs from googledocs | Vojta Jina | |
| * fixed typo in tutorial step-10 * revert cookbook/buzz example to use googlebuzz user | |||
| 2011-06-15 | docs - various doc fixes | Igor Minar | |
