aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
AgeCommit message (Collapse)Author
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2013-01-13doc(directive): Fix typos in dialog widgetLucas Galfasó
Fixes #1799
2013-01-07docs(guide): fix typos in unit test guidekim lokoy
2013-01-05docs(forms): fix code example for a custom form controlPawel Kozlowski
Closes #1021
2012-12-31docs(guide): change example controller to properly call greet method on greeterMatt Hardy
2012-12-19docs(guide): minor English corrections to the Directive guideJohn Fletcher
2012-12-18docs(directive): old syntaxMiško Hevery
2012-12-10docs(guide): fix injector service code exampleRomain Neutron
Fix syntax and update code to the latest API
2012-12-07doc(concepts): Fix typo in $render() functionJános Rusiczki
2012-11-29docs(directive): correct expression, fix typo and re-wrap linesDaniel Luz
2012-11-22docs(): Fix a couple of typos in the documentationKris Jenkins
2012-11-22docs(guide/concepts): some typo/grammar fixesDave Clayton
2012-11-22docs(guide/directive): fix typoJohn Hume
2012-11-11docs(guide): fix run-on sentence in modules guideJamison Dance
2012-11-11docs(guide/directive): fix names in scope '='; easier to grokTim Macfarlane
2012-11-05docs(directive): fix typoMiško Hevery
2012-10-31docs(guide/location): fix table formattingFred Sauer
Fix table formatting so headings are bold, rows are separated by lines, and rows have :hover style
2012-10-31docs(module): fix typo in exampleTim Macfarlane
fixed example app, `simpleAppModule` should have been `myAppModule`.
2012-09-13docs(directive): remove reference to old isolation syntaxMiško Hevery
2012-09-11docs(guide): fix directive interpolation example codeBrian Ford
Closes #1339
2012-09-06docs(concept): correct example for creating injectorMisko Hevery
2012-09-06docs(module): fixed module example and corrected typosGodmar Back
2012-09-06docs(module): myAppModule -> simpleAppModuleJay Zeng
2012-08-30doc(module) changed simpleApp to myApp in the Module page guide for consistencySahat Yalkabov
2012-08-30doc(devguide) - Fix typos and small grammatical errors in the developer guide.Steve Nicolai
2012-08-30Loading from Google CDNUri Goldshtein
As you guys had mansion, we can and need to do it through Google CDN for better performance, so i've updated it accordingly 
2012-08-30docs(typos): fix typos in dev guideTyson Benson
2012-08-30Update docs/content/guide/overview.ngdoccsugden
Corrects video information
2012-08-30fix(docs): Fix typos and improve grammar.Jamie Krug
2012-08-30fix(docs): Fix bad links.Jamie Krug
2012-08-30docs(module) fix typoColin Frei
2012-08-27doc(guide): add conceptsMisko Hevery
2012-08-27doc(directive) correct typosColin Frei
2012-08-27doc(guide) simplify the guide home pageMisko Hevery
2012-08-12docs: fix broken links to $compileProvider.directive()Vojta Jina
2012-08-10fix(docs): added note about using JSON3 as a polyfill for IE7Brian Ford
2012-08-10fix(docs): added note about needing JSON shim for IE7 and earlierBrian Ford
2012-08-10docs(guide): hide scenario for directive exampleVojta Jina
scenario test for this example would be tricky, we need to teach the runner how to inject mocks first.
2012-08-10fix(docs): "in depth" -> "in-depth"brettcannon
2012-07-19fix(docs): Fix a spelling mistake by replacing the noun with "it"brettcannon
2012-07-19fix(docs): Fixed defer to timeout change in timer directive exampleChris Dawson
2012-07-19fix(docs): Spelling errorsChris Dawson
2012-07-16fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵Jamie Krug
bootstrap page.
2012-07-16fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵Jamie Krug
compiler page.
2012-07-16fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵Jamie Krug
overview page.
2012-07-16fix(docs): correct typoKevin Old
2012-06-12fix($defer): remove deprecated $defer serviceIgor Minar
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-10docs(*): fix various outdated docs and examplesIgor Minar
Closes #1030
2012-06-09docs($location): clarify the two-way data-binding noteIgor Minar
Closes #1030