| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-31 | fix(docs): correctly generate filenames for plunkr/fiddle | Igor Minar | |
| previously examples like $http where broken because we would strip part of the filename (http-hello.html -> http) we really want to strip only the id suffix that we append to disambiguate common filenames (like index.html) which appear in many examples. | |||
| 2012-10-31 | feat(docs): add plunkr support | Shyam Seshadri | |
| Add option to edit source in Angular Docs in Plunkr in addition to JsFiddle | |||
| 2012-10-18 | docs(tutorial): replace JsTD with Testacular + drop snapshots | Igor Minar | |
| JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. | |||
| 2012-10-05 | fix(doc): disable directory listing in docs.angularjs.org | Misko Hevery | |
| 2012-09-17 | docs: load angular from CDN only on production | Vojta Jina | |
| So that when running the docs locally, eg. during e2e testing, we use the latest build version of angular, rather than the stable one from CDN. This fixes e2e tests running with Testacular. | |||
| 2012-09-06 | fix(*): name all anonymous watch functions in Angular | Shyam Seshadri | |
| This will allow us to see function names in Batarang and debugger. Closes #1119 | |||
| 2012-09-04 | fix(docs): broken url to angular-bootstrap | Misko Hevery | |
| 2012-09-04 | chore(docs): don't rewrite colons in doc filenames | Igor Minar | |
| 2012-08-30 | docs(tutorial): correct typos and clarify a few sections | Fernando Correia | |
| 2012-08-30 | chore(docs): ask GAE to serve docs-keywords.js | Igor Minar | |
| 2012-08-30 | chore(docs): correctly link docs images | Igor Minar | |
| 2012-08-28 | chore(docs): use symlinks to build docs | Igor Minar | |
| so that we can just edit source files without rebuilding docs. this works for all docs files, except for those that are generated or rewritten during build. | |||
| 2012-08-27 | doc(guide): add concepts | Misko Hevery | |
| 2012-08-27 | fix(ngdoc): failing test | Misko Hevery | |
| 2012-08-25 | chore(docs): support _escaped_fragment_ hack for crawler | Igor Minar | |
| 2012-08-24 | chore(docs): use GAE and Google CDN for docs | Igor Minar | |
| Short summary: if you use local node server everything should work as before, if you use GAE, everything should work now as well, but we pull assets from CDN. - GAE doesn't support ':' in filenames, so I had to replace it with '_' but only in the filename, all servers were reconfigured to rewrite the urls from : to _ when doing file lookup - We now pull angular assets from google CDN when deployed on GAE (locally or in production). When running on a non GAE server we pull assets from ../ directory as before - Since only certain versions of Angular are available on CDN and we want to be able to autodeploy docs, I had to pin down the Angular files to a "stable" version when running on GAE | |||
| 2012-08-16 | fix(docs): update docs top menu links | Igor Minar | |
| 2012-08-10 | chore(ngDoc): add support for custom @usage metadata | Brian Ford | |
| 2012-08-06 | docs(styles): fix the cog icon alignment | Igor Minar | |
| 2012-07-30 | docs: fix icons | Vojta Jina | |
| Copy fontawesome during build | |||
| 2012-07-02 | fix(docs): correctly generate sitemap | Igor Minar | |
| 2012-07-02 | fix(docs): fix broken ng-docs specs | Igor Minar | |
| 2012-06-15 | fix(doc) firefox icon rendering | Misko Hevery | |
| 2012-06-12 | fix(docs): migrate from $defer to $timeout | 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-06-02 | doc(app): switch to use $last on ng-repeat | Misko Hevery | |
| 2012-06-02 | doc(app): remove un-needed file | Misko Hevery | |
| 2012-06-02 | doc(ngdoc): clean up doc generation and add missing documentation links | Misko Hevery | |
| 2012-06-02 | docs(ngdocs): cleaned up directive titles | Misko Hevery | |
| 2012-06-02 | docs(overview): updated overview guide | Misko Hevery | |
| 2012-06-02 | doc(ngdoc): proper label for source and demo section | Misko Hevery | |
| 2012-06-02 | fix(docs): include short words in keywords | Misko Hevery | |
| Short words like $q are now searchable. Closes #967 | |||
| 2012-05-24 | fix(docs): accept return in addition to returns | Misko Hevery | |
| documentation used @return but parser expected @returns, which made the generated documentation incomplete. | |||
| 2012-05-24 | chore(docs): remove generated file | Misko Hevery | |
| 2012-05-24 | chore(docs): remove unused doc_widget.js file | Misko Hevery | |
| 2012-05-24 | chore(docs): correct spacings | Misko Hevery | |
| 2012-05-07 | bug(ie8 docs): docs now work on ie8 | Misko Hevery | |
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-04-12 | style(docs-scenario.html): rename <angular/> to AngularJS in the title | Igor Minar | |
| 2012-04-11 | chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module | Vojta Jina | |
| Create build for other modules as well (ngResource, ngCookies): - wrap into a function - add license - add version Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);` | |||
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-04-05 | chore(docs): add nonminified jquery debug version of docs | Igor Minar | |
| 2012-04-04 | docs(tutorial): update tutorial intro + steps 0-3 | Igor Minar | |
| also contains all kinds of fixes that I had to make in the docs app to get the tutorial to render correctly | |||
| 2012-04-04 | fix(docs): remove ngModelInstant from all examples | Igor Minar | |
| just fixing leftover code after the removal of ngModelInstant | |||
| 2012-03-29 | fix(docs): update the example widget regexp for detecting angular.js url | Igor Minar | |
| so that we don't show angular-cookies instead of angular.js | |||
| 2012-03-29 | fix(docs): properly rewrite urls in doc examples at docs-next | Igor Minar | |
| 2012-03-28 | chore(ngCookies): moved to module | Misko Hevery | |
| 2012-03-28 | chore(resource): moved to module | Misko Hevery | |
| 2012-03-23 | doc(guide): order topic list in guide sidebar in accordance with overview | Manuel Woelker | |
| Closes #405 | |||
| 2012-03-21 | chore(docs): switch disqus id from angularjs to angularjs-next | Igor Minar | |
