aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
AgeCommit message (Collapse)Author
2014-03-02docs(guide/injecting-services): fix list formatting in Related* sectionsVlad GURDIGA
Closes #5447
2014-03-01docs($sce/insecurl): mention port in the same origin policyMichele Beltrame
Closes #5759 The default trusted origin appears to be the same protocol+domain+port, non just protocol+domain. I patched the doc accordingly.
2014-02-28docs(tutorial/step-05): fix path for 'phones.json'Daniel
Closes #5460
2014-02-27docs(guides/providers): fix typoPavel Pomerantsev
Closes #5465
2014-02-26docs(guide/resource): add links to ngResource and $resourceJan Hancic
2014-02-26docs(guide): add a new django tutorialMauro
- add a link to a tutorial on intergrating angular and django
2014-02-26docs(errors/infdig): add a common exampleBrad Williams
Mention common cause of error is binding to a new array on every $digest loop. Closes #6465
2014-02-26docs(guide/directive): update directive restrict optionspyriand3r
- add missing 'C' restriction for class names
2014-02-25chore(docs/contribute): add note about serving the docsBrian Ford
2014-02-24docs(guide/concepts): reference correct module name.adeelcap15
Fixed a mistake, changed invoice to invoice2. Closes #6438
2014-02-23docs(tutorial): referenced e2e-test.bat for Windows users in step 3Leniel Macaferi
Closes #5755
2014-02-22docs(guide): grammar fixGeorge Cox
use of the article, both definite and indefinite, is not optional Closes #5981
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-21docs(guide/filter): fix input type in examplePeter Bacon Darwin
Closes #6366
2014-02-21docs(tutorial/step_11): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6389
2014-02-21docs(tutorial/step_06): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6388
2014-02-21docs(tutorial/step_05): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6387
2014-02-21docs(guide/di): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6386
2014-02-21docs(guide/compiler): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6385
2014-02-21docs(guide/i18n): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6383
2014-02-21docs(guide/scope): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6382
2014-02-21docs(guide/location): fix url-based link to AUTO moduleStéphane Reynaud
Closes #6381
2014-02-21docs(tutorial/step-05): replace minify wiki link with shortened URLJennifer Song
marked has an existing bug where links ending with a ')' will not be parsed correctly. The workaround is to use a shortened URL. The original URL that is being replaced by this commit is http://en.wikipedia.org/wiki/Minification_(programming) . Closes #6377
2014-02-20docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 ↵Tobias Leugger - Vibes
and lower Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes #6227
2014-02-20docs(guide/directive): add a more detailed description of isolate scope `&` ↵Brad Williams
bindings More description of "&" bindings, the fact that they trigger evaluation of expressions in the original scope's context. Closes #6255
2014-02-20docs(ie): document IE style attribute interpolation problemRichard Collins
IE has issues with this, it's good to make a note of this. Closes #6329
2014-02-19docs(api): remove ngRoute.$routeParams link from ng sectionAaron Wang
Closes #6219
2014-02-18docs(guide/providers): fix example snippetIgor Minar
Closes #6331 Closes #6332
2014-02-18docs(guide/compiler): remove innacurate statementShai Reznik
The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301
2014-02-18docs(tutorial/step-11): add controller to correct objectahliddin
2014-02-17docs(guide/concepts): clarify wordingplmetz
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-16chore(errors): rename folders to match namespacesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16docs(api/index): fix ambiguous ngClick linkPeter Bacon Darwin
ngClick appears in more than one module so we must make it explicit.
2014-02-16docs(examples): fix example dependenciesPeter Bacon Darwin
2014-02-16docs(misc): add landing page for the miscellaneous areaPeter Bacon Darwin
2014-02-16docs(tutorial): give the tutorial landing page a better namePeter Bacon Darwin
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): move ng module doc into Angular.jsPeter Bacon Darwin
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-12docs(guide/$location): correct link to HTML5 draft section 5.5 (history api)Stéphane Reynaud
Previous link url is no longer served, responds with bad link (error 404). This change corrects the URL to point to section 5.5 of the draft. The old URL appears to have been removed from service in 2012. Corrects the link to "History API" Closes #6225
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
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