aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_11.ngdoc
AgeCommit message (Collapse)Author
2014-03-17chore(formatting): removed unnecessary white spacesTakashi Nakagawa
2014-02-26docs(guide/resource): add links to ngResource and $resourceJan Hancic
2014-02-21docs(tutorial/step_11): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6389
2014-02-18docs(tutorial/step-11): add controller to correct objectahliddin
2014-02-17docs(tutorial): add missing @step tagsStéphane Reynaud
Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): change tutorial doctype and add @step tagPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix up links outside the domainPeter Bacon Darwin
It is safer to use markdown style links and save jsdoc style links for internal links and code references
2014-02-11docs(tutorial): inject phonecapApp module into unit testJason Schapiro
When I was reading this doc I was thinking "but what about phonecatApp?" and when I looked in the file from the step-11 branch there it is. Should be reflected in the docs as well Closes #6209
2013-12-18docs(tutorial/step_11): fix indenting in an exampleJesse Browne
Closes #5322
2013-12-17docs(tutorial/step-11): change "last" to "next"Stéphane Reynaud
Since step 12 was added, step 11 is not the last. So this is not the last improvement. Closes #5306
2013-10-26docs(tutorial/step-11): add missing dependenciesSean Fahey
Closes #4633
2013-10-11docs(tutorial/step11): use DI annotations, fix summaryBrian Ford
2013-10-09docs(tutorial/step11): correct Jasmine Matcher linkMarko Bonaci
Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html is no longer valid. Closes #4329
2013-10-03docs(tutorial): improve wording and consistencyPete Bacon Darwin
2013-10-03docs(tutorial): update examples to show best practicesJames Dunn
Closes #4256, #4255, #4254, #4253, #4250, #4092
2013-04-15docs(tutorial): testacular renamed to karmaPete Bacon Darwin
Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo.
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-30docs(tutorial): correct typos and clarify a few sectionsFernando Correia
2012-07-19fix(docs): "were" -> "where"brettcannon
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-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-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
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-08-04doc(tutorial): updates needed for 0.9.18 rebaseIgor Minar
2011-07-29doc(tutorial): fixes and improvements from Toni and BenIgor Minar
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-07Update latest docs content from gdocsVojta Jina
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