| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2014-01-10 | docs: fix the 'view source' button for snapshots | Narretz | |
| Closes #5590 Closes #5641 | |||
| 2013-11-21 | test(docs): fix the failing specs | Vojta Jina | |
| Because Grunt was not failing the build, we didn't noticed these failing specs. | |||
| 2013-11-05 | fix(ngdocs): create mock Doc objects correctly | Pete Bacon Darwin | |
| 2013-10-18 | chore(docs): generate header ids for better linking | Vojta Jina | |
| - generate ids for all headers - collect defined anchors - check broken links (even if the page exists, but the anchor/id does not) | |||
| 2013-08-20 | fix(ngdocs): use cdn version to generate link to source files | James Daily | |
| Closes #3616 Closes #3675 | |||
| 2013-07-26 | chore(ngdocs): replace showdown.js with marked.js | Matias Niemelä | |
| 2013-07-12 | chore(ngdoc): wrap all pages inside of a container tag for easy styling | Matias Niemelä | |
| 2013-07-11 | feat(ngDocs): add links to source for API | Julien Bouquillon | |
| - add tests - the link points to the gruntUtil.getVersion().number tree on github | |||
| 2013-06-25 | fix(doc-gen): correctly transform index files | Pete Bacon Darwin | |
| Closes #3021 | |||
| 2013-06-17 | feat(ngdocs): support popover, foldouts and foldover annotations | Matias Niemelä | |
| 2013-05-30 | feat(ngdocs): provide support for inline variable hinting | Matias Niemelä | |
| 2013-05-20 | fix(ngdocs): fix gen_docs.sh | Matias Niemelä | |
| 2013-04-02 | feat(ngAnimate): add support for animation | Misko Hevery | |
| 2013-02-11 | chore(docs): improve docs parser type | Igor Minar | |
| previously we barfed on function type definition with optional arguments like {function(number=)} this fixes it I also added a bunch of code that helps to debug incorrectly parsed docs. | |||
| 2012-07-02 | fix(docs): correctly generate sitemap | Igor Minar | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-03-16 | fix(ngDocSpec): fix broken tests | Igor Minar | |
| 2012-03-13 | docs(links): corrected borken links | Misko Hevery | |
| 2012-02-22 | docs(scope): show which directives create scopes | Misko Hevery | |
| 2012-02-21 | fix(ngdoc): extract keywords from properties/methods. | Misko Hevery | |
| 2012-01-25 | docs(compiler): update the compiler docs | Misko Hevery | |
| 2012-01-10 | chore(specs.js): remove unused dependency | Misko Hevery | |
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | fix(doc) cleanup all api doc link warnings | Misko Hevery | |
| 2011-11-14 | doc($filter): added $filter documentation | Misko Hevery | |
| 2011-11-14 | doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module | Misko Hevery | |
| 2011-11-13 | feat(docs): allow custom attributes on <doc:source> | Vojta Jina | |
| Allow any attributes, not only jsfiddle... | |||
| 2011-10-18 | fix(gen-docs): require files without touching PATH | Vojta Jina | |
| So that it works on latest revision of node... New version of Node (v0.5.x) does not support require.paths.push(). | |||
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-09-26 | feat(docs): use html5 history api for all routing in the docs app | Vojta Jina | |
| - Configure our docs app to use new $location with html5 history api! - Update simple node web server to serve index.html for all links (rewritting). - Update .htaccess file to serve index.html for all links (rewritting). - At runtime determine the base href path and attach it to the DOM. We needed the absolute URL to get all browsers to work well. - Because of the above, we also need to dynamically determine all needed js/css resources and add them to the DOM. This was needed because FF6 would eagerly fetch resources with wrong URL since the base element is added to the dom at runtime. - All content html files were moved to the partials directory, because with the new html5 urls it was impossible to tell if request for http://domain/api/angular.filter.html was an html5 url for the html filter doc page, or an xhr/appcache request for the content html file for the html filter. f | |||
| 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-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 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-06-08 | Added support for properties in documentation | Misko Hevery | |
| 2011-06-07 | fix ngdocSpec tests | Igor Minar | |
| 2011-06-06 | fix hashpath prefix for docs/sitemap/etc | Igor Minar | |
| 2011-06-06 | Add doc:tutorial-instructions widget | Vojta Jina | |
| 2011-06-06 | Allow "section/" links pointing to "section/index" | Vojta Jina | |
| 2011-06-06 | Allow relative links in docs | Vojta Jina | |
| So you can use links without section when they link within the section. | |||
| 2011-06-06 | Remove trailing ws | Vojta Jina | |
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
| 2011-06-06 | Fixed couple of failing tests in docs | Vojta Jina | |
| These tests were failing because of rewriting urls into new 'section' format, i.e. angular.scope -> api.angular.scope | |||
| 2011-06-06 | Log warning for every non existing link instead of throwing exception | Vojta Jina | |
| Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue... | |||
| 2011-06-06 | Check whether links do exist and throw exception | Vojta Jina | |
