aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/index.ngdoc
AgeCommit message (Collapse)Author
2014-02-26docs(guide): add a new django tutorialMauro
- add a link to a tutorial on intergrating angular and django
2014-02-22docs(guide): grammar fixGeorge Cox
use of the article, both definite and indefinite, is not optional Closes #5981
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-11docs(guide/index): replace "shold" to "should"Stéphane Reynaud
Replace "shold" to "should" Closes #6216
2014-02-10style(guide): remove wsIgor Minar
2014-02-10docs(guide): add new resource linksJeremy Likness
Added a link to 10 reasons to use and online courses for Angular Closes #6194
2013-12-09docs(design): guide index formattingAndy Ferra
Just my first pass at a more readable format of the guide index. Note: the styles apply to all content in the docs, not just the guide index. This is intentional and I feel that the result is positive.
2013-11-13docs(guide): fix typoDerek Peterson
Closes #4821
2013-11-13docs(guide): add ng-newsletter to weekly updates linkAri
Closes #4793
2013-11-13docs(guide): add ng-book link to booksAri
Closes #4792
2013-11-07docs(guide/filter): Refactor filter guide docsTobias Bosch
This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
2013-11-06docs(guide/overview): Refactor overview and mvc docsTobias Bosch
Before, there we multiple overview docs: - guide/overview - guide/introduction - guide/dev_guide.mvc - guide/dev_guide.mvc.understanding_model - guide/dev_guide.mvc.understanding_view - guide/concepts Now we have: - guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts - guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide. All the old information was moved into existing documents or deleted when they were duplicates.
2013-11-04docs(guide): add SEO4Ajax to the SEO tools listG Lormeau
Closes #4748
2013-10-28docs(guide): improve links to booksPete Bacon Darwin
Nested bullet points don't appear very nicely so resorted to nested heading for the Learning Resources and in particular Books sections. Closes #4677
2013-10-28docs(guide): add link to bookChristopher Hiller
2013-10-25docs(guide): rewrite guide landing pageBrad Green
Change landing page to include a set of curated links with subject headings as a guide through Angular's docs and other resources. Closes #4470
2012-08-27doc(guide) simplify the guide home pageMisko Hevery
2012-06-02doc(guide): clean up broken linksMisko Hevery
2012-06-02docs(scope): rewriteMisko Hevery
2012-06-02docs(dependency injecton): rewriteMisko Hevery
2012-06-02docs(bootstrap): rewritten bootstrap guideMisko Hevery
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-03-13docs(links): corrected borken linksMisko Hevery
2012-01-17docs(*): various doc fixesIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
it's not useful any more and it only makes the docs look ugly
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko 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-06-15docs - stripping extra new linesIgor Minar
2011-06-06yet another docs batchIgor Minar
2011-06-06new batch of docsIgor Minar
2011-06-06fixing broken linksIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery