aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-03-24fix(filter.ngdoc): Check if "input" variable is definedRenat Yakubov
By default, "greeting" textfield in this example is prepopulated with "hello" text, but it's pretty easy to copy just filter code to use it in your app. If your textfield is empty while app loads, you'll get an error: "Error: [$interpolate:interr] Can't interpolate: Reverse: {{greeting|reverse}} TypeError: Cannot read property 'length' of undefined". To prevent this, we should check "input" variable, and proceed only in case it is defined. Closes #6819.
2014-03-23docs(faq): fix link to Closure LibraryDiego Algorta
The previous link throws a 404.
2014-03-22docs(guide/directive): fix broken linkJohn K. Paul
Fix broken internal link in directive documentation. Closes #6802
2014-03-22docs(error/ng/btstrpd): fix typo in error pageSekib Omazic
Minimal typo fix Closes #6803
2014-03-20docs(tutorial): correct spelling mistakealexgarrett
2014-03-19docs(tutorial/step_05): fix services linkfrandroid
2014-03-18docs(tutorial/step_05): removed stray "a"frandroid
2014-03-18docs(guide/concepts): move ng-app into example textPeter Bacon Darwin
Closes #6639
2014-03-17docs(errors/$compile/nonassing): update nonassign.ngdocposhest
It might seem obvious that if you don't supply "bind" attribute in this case, you'll get an error, but I feel this is worth adding to the doc. Closes #6725
2014-03-17docs(css): RegExp doesn't have .type-hint-regexp classSekib Omazic
type-hint-regexp gets a nice color closes #6596
2014-03-17docs(module): add link to mentioned resourceGias Kay Lee
Closes #6628
2014-03-17docs(css): Fix word breaks issue in <pre>Gias Kay Lee
Closes #6586
2014-03-17docs(migration): note that services can now return functionswbyoko
This change mostly effects preprocessed javascript.
2014-03-17chore(formatting): removed unnecessary white spacesTakashi Nakagawa
2014-03-17docs(tutorial/step_02): add experiment to update controller testNeil Johnston
Add an experiment to update the controller unit test after modifying it with the new model property.
2014-03-17docs(tutorial/step_12): link to API docsJan Hancic
2014-03-17docs(guide/module): remove duplicate wordDenis Parchenko
Closes #6709
2014-03-17docs(tutorial): fix broken linkBrian Andersen
On page http://docs.angularjs.org/tutorial/step_05 link is broken. Should point to http://docs.angularjs.org/guide/services NOT http://docs.angularjs.org/guide/dev_guide.services Closes #6714
2014-03-17docs(runnableExamples): add "edit in Plunker" buttonPeter Bacon Darwin
The "runnableExample.template.html" template overrides the one in the dgeni-packages "examples" package with a similar template that also has a link to a special Plunker URL that can pull in the example from our code.angularjs.org website.
2014-03-17docs(misc/contribute): make anchor links work properlyCaitlin Potter
Closes #6706
2014-03-16docs(tutorial): fix broken linkBrian Andersen
Fixed a minor error in link Closes #6701
2014-03-15docs(guide/tutorial): make capitalization of "Angular" consistentEmile Silvis
- step_05.ngdoc - step_06.ngdoc - step_07.ngdoc - step_08.ngdoc Closes #6686 Closes #6687 Closes #6688 Closes #6689
2014-03-13docs(guide/compiler): add missing closing parenthesisSagie Maoz
2014-03-13docs(guide/unit-testing): fix typoNick Carter
2014-03-11chore(doc-gen): fix dependencyPathPeter Bacon Darwin
2014-03-11docs(tutorial): display button icons (Previous, Live Demo, ...)Stéphane Reynaud
In relation to https://github.com/angular/dgeni-packages/pull/8 Closes #6641
2014-03-11docs(versions): rework the version info extractionPeter Bacon Darwin
The docs were relying on the grunt/util module for getting version info but this was unreliable and full of custom regexes. This is moved into a new version-info module that makes much better use of the semver library.
2014-03-10chore(docs): ensure the "Improve this doc" button is clickableMatias Niemelä
Closes #6631
2014-03-10docs(guide/forms): remove unnecessary controller referenceNarretz
the controller reference was breaking the custom validation example Closes #6525 Closes #6533
2014-03-09docs(guide/providers): remove unneeded word "the"chadfennell
no need to specify which space, there's only one :) Closes #6622
2014-03-08docs(tutorial/step-12): correct application nameChung-Min Cheng
Fixed wrong app name: - phonecat -> phonecatApp, which meets the code in app.js Closes #6611
2014-03-08docs(Error404): better headingPeter Bacon Darwin
2014-03-08docs(Error404): improve search results layoutPeter Bacon Darwin
2014-03-07docs(guide/migration): fix broken linkIgor Minar
2014-03-07docs(guide/migration): fix typosSekib Omazic
A few typos fixed. Closes #6605
2014-03-07docs(guide/directive): fix typoSekib Omazic
`restictions` -> `restrictions` Closes #6604
2014-03-07docs(404 errors): provide a better 404 experiencePeter Bacon Darwin
It is a bit rough and ready but does a better job than nothing.
2014-03-07chore(doc-gen): add contentFolder config propertyPeter Bacon Darwin
2014-03-07chore(doc-gen): add inline @type tagPeter Bacon Darwin
2014-03-07chore(doc-gen): fix error-doc processorPeter Bacon Darwin
The meta-data should be parsed from the name not the id.
2014-03-07chore(doc-gen): improve error reportingPeter Bacon Darwin
2014-03-07docs(tutorial): link update for JasmineEddie Hedges
Jasmine doesn't live at the replaced link anymore. It has a link to click through, but I figured it would be better to just go directly to the correct location. Closes #6591
2014-03-06docs(guide/services): minor fixesMisha Moroshko
2014-03-05docs(directive.ngdoc): typo fixTony Bergeron
2014-03-05docs(tutorial): update step_09.ngdoctpiere
Closes #5991
2014-03-05docs(guide/services): clean up typosZak Johnson
2014-03-05docs(guide/forms): fix a typomgerstenblatt
Closes #6556
2014-03-05docs(tutorial): update step_08.ngdocChung-Min Cheng
Closes #6537
2014-03-05docs(tutorial/index): improve accessibilitySharon DiOrio
- Adds accessibility attributes to links and images. - Adds a note on using NVM for node.
2014-03-03docs(guide/module): improve clarityBrian Ford