| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-23 | doc(guide): order topic list in guide sidebar in accordance with overview | Manuel Woelker | |
| Closes #405 | |||
| 2012-03-13 | docs(links): corrected borken links | Misko Hevery | |
| 2012-03-13 | fix(docs): properly close the optional ] in directive signatures | Igor Minar | |
| 2012-03-13 | doc(search): include method names in corpus | Misko Hevery | |
| 2012-03-11 | doc(fixes): to better support ng-directive notation | Misko Hevery | |
| 2012-03-11 | Mostly Revert "fix(docs): directive events + cleanup" | Misko Hevery | |
| This reverts commit 8fb34f008eca4d1e15e6fa63902aaa36d199c4af. | |||
| 2012-03-08 | fix(docs): directive events + cleanup | Igor Minar | |
| 2012-03-08 | fix(docs): add a header for the directive info section | Igor Minar | |
| 2012-03-08 | chore(compiler): change default restriction to attribute only for directives | 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-13 | fix(ngdocs): add '=' to type signatures with optional arguments | Igor Minar | |
| 2012-01-10 | feat(ngdocs): support for interface documentation | 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 | refactor(docs): improved the visual rendering of the documentation pages | 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 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 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-12 | docs(*): remove @workInProgress from everywhere | Igor Minar | |
| it's not useful any more and it only makes the docs look ugly | |||
| 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 | fix(e2e): add index-nocache.html to run e2e tests without cache | Igor Minar | |
| using appcache while running e2e tests was causing the following problems: - Safari would occasionally reload the app (as a result of the appcache refresh) during the angular.validator.asychronous test, which would result in test failure and false positivy. - Firefox6 would run the tests very slowly, disabling the cache resolved the latency issues - Sometimes tests would run with stale code pulled from cache, which would result in flaky tests. | |||
| 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 | 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-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 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(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-02 | doc:dependencies: add /api/ prefix to dependency links | Igor Minar | |
| 2011-06-08 | Added support for properties in documentation | Misko Hevery | |
| 2011-06-07 | fixing the dev guide ordering | Igor Minar | |
| 2011-06-06 | moving the angular.mock docs down in the api list | Igor Minar | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | fixing broken docs links | Igor Minar | |
| 2011-06-06 | fix wrapping api links into code element | 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 | Change warning to log place first and then link | Vojta Jina | |
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
| 2011-06-06 | Couple of todos | Vojta Jina | |
| 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... | |||
