aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-10-31docs(module): fix typo in exampleTim Macfarlane
fixed example app, `simpleAppModule` should have been `myAppModule`.
2012-10-31docs(contribute): fix task name for continuous testingDaniel Luz
2012-10-31fix(docs): correctly generate filenames for plunkr/fiddleIgor 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-31feat(docs): add plunkr supportShyam Seshadri
Add option to edit source in Angular Docs in Plunkr in addition to JsFiddle
2012-10-31fix(doc): typo on FAQDaniel Luz
Closes #1493
2012-10-26doc(faq): Add Common Pitfalls sectionBraden Shepherdson
Describes several common pitfalls new users of Angular fall into that I've observed in #angularjs.
2012-10-26doc(faq): Fix minor spelling and wording errorsBraden Shepherdson
2012-10-19docs(contribute): add CLA note to code submission sectionIgor Minar
2012-10-19docs(contribute): add visible link to github projectIgor Minar
2012-10-18docs(tutorial): replace JsTD with Testacular + drop snapshotsIgor 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-05fix(doc): disable directory listing in docs.angularjs.orgMisko Hevery
2012-10-05docs(downloading): update the downloading docsIgor Minar
2012-09-17docs: load angular from CDN only on productionVojta 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-16docs(contribute): update contribute docsIgor Minar
2012-09-15docs(contribute): update misc/contribute docs with Testacular infoIgor Minar
2012-09-13docs(directive): remove reference to old isolation syntaxMiško Hevery
2012-09-11docs(guide): fix directive interpolation example codeBrian Ford
Closes #1339
2012-09-06fix(*): name all anonymous watch functions in AngularShyam Seshadri
This will allow us to see function names in Batarang and debugger. Closes #1119
2012-09-06docs(concept): correct example for creating injectorMisko Hevery
2012-09-06docs(module): fixed module example and corrected typosGodmar Back
2012-09-06docs(module): myAppModule -> simpleAppModuleJay Zeng
2012-09-04fix(docs): broken url to angular-bootstrapMisko Hevery
2012-09-04chore(docs): don't rewrite colons in doc filenamesIgor Minar
2012-08-30docs(tutorial): correct typos and clarify a few sectionsFernando Correia
2012-08-30doc(misc) Mention how attribute names map to directive names.brettcannon
2012-08-30doc(module) changed simpleApp to myApp in the Module page guide for consistencySahat Yalkabov
2012-08-30doc(devguide) - Fix typos and small grammatical errors in the developer guide.Steve Nicolai
2012-08-30chore(docs): ask GAE to serve docs-keywords.jsIgor Minar
2012-08-30Loading from Google CDNUri Goldshtein
As you guys had mansion, we can and need to do it through Google CDN for better performance, so i've updated it accordingly 
2012-08-30docs(typos): fix typos in dev guideTyson Benson
2012-08-30docs(api): fix typo on home pagephil
Refference -> Reference
2012-08-30Update docs/content/guide/overview.ngdoccsugden
Corrects video information
2012-08-30fix(docs): Fix typos and improve grammar.Jamie Krug
2012-08-30fix(docs): Fix bad links.Jamie Krug
2012-08-30docs(module) fix typoColin Frei
2012-08-30chore(docs): correctly link docs imagesIgor Minar
2012-08-28chore(docs): use symlinks to build docsIgor 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-27doc(guide): add conceptsMisko Hevery
2012-08-27fix(ngdoc): failing testMisko Hevery
2012-08-27doc(directive) correct typosColin Frei
2012-08-27doc(misc) updated getting started to reflect the new homepageMisko Hevery
2012-08-27doc(guide) simplify the guide home pageMisko Hevery
2012-08-25chore(docs): support _escaped_fragment_ hack for crawlerIgor Minar
2012-08-24chore(docs): use GAE and Google CDN for docsIgor 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-23docs(tutorial): fix typo in step_00phil
Just removed an extra comma. No big deal.
2012-08-16fix(docs): update docs top menu linksIgor Minar
2012-08-12docs: fix broken links to $compileProvider.directive()Vojta Jina
2012-08-10chore(ngDoc): add support for custom @usage metadataBrian Ford
2012-08-10fix(docs): added note about using JSON3 as a polyfill for IE7Brian Ford
2012-08-10fix(docs): added note about needing JSON shim for IE7 and earlierBrian Ford