aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_00.ngdoc
AgeCommit message (Collapse)Author
2013-09-30docs(tutorial/step0): fix minor typoRichard Sentino
Closes #4154
2013-08-21docs(tutorial): update step_00.ngdocgdennie
Clarify the little snippet on dash vs camelCase html to directive naming pattern Closes #3550
2013-08-21docs(tutorial): fix links in step 00Igor Minar
2013-08-21Update step_00.ngdocYang Pengcheng
the <a> is incorrect. there is no space between "a" and "href"
2013-06-18docs(tutorial): add missing 'node' command and <code> tagsgdi2290
2013-02-06docs(tutorial): remove extra back-tick characterThomas Schultz
2013-01-29docs(tutorial): fix typoradu
Update docs/content/tutorial/step_00.ngdoc removed redundant verb
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-08-30doc(misc) Mention how attribute names map to directive names.brettcannon
2012-08-23docs(tutorial): fix typo in step_00phil
Just removed an extra comma. No big deal.
2012-06-12docs(*): simplify doc urlsIgor 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-04docs(guide): correct couple of typosunknown
2012-06-02doc(guide): clean up broken linksMisko Hevery
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-04-30docs(tutorial): update all the remaining stepsIgor Minar
I made some diagrams and portions of the text that are stil stale invisible. We'll fix these in the next relese.
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-04-04docs(tutorial): update tutorial intro + steps 0-3Igor 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-04chore(docs): restore old tutorial ngdoc filesIgor Minar
2012-01-17docs(*): various doc fixesIgor Minar
2012-01-10feat(module): new module loaderMisko Hevery
2011-07-29doc(tutorial): fixes and improvements from Toni and BenIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-06yet another docs batchIgor Minar
2011-06-06new batch of docsIgor Minar
2011-06-06add new batch of tutorial docs and imagesIgor Minar
2011-06-06Latest greatest tutorial udpates.Kenneth R. Culp
2011-06-06new batch of tutorial docsIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery