aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/concepts.ngdoc
AgeCommit message (Collapse)Author
2014-03-18docs(guide/concepts): move ng-app into example textPeter Bacon Darwin
Closes #6639
2014-03-03docs(guide/concepts): fix linksBrian Ford
2014-02-24docs(guide/concepts): reference correct module name.adeelcap15
Fixed a mistake, changed invoice to invoice2. Closes #6438
2014-02-17docs(guide/concepts): clarify wordingplmetz
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-10style(guide/concepts): remove wsIgor Minar
2014-02-10docs(guide/concepts): removing confusing use of hoistingSequoia McDowell
Closes #6207
2014-02-10docs(concepts): Remove pointless `* 1`sSequoia McDowell
Closes #6206
2014-01-15docs(concepts): fix typos in explanationakerekes
Code uses module names with '2' as suffix while the explanation used the module names without the suffix. The diagram is correct but also does not suffix the module names. Closes #5567
2014-01-13docs(guide): fix a typoPop
2013-11-27docs(guide/concepts): fix incorrect module name in exampledeepak-kapoor
Closes #5116
2013-11-14docs(guide/concepts): controllers can also access scopesmarigowda
Closes #4918
2013-11-14docs(guide/concepts): improve sentence wordingPhillip Alexander
Before: > Let's add some more logic to the example to allow to enter and calculate the costs in different currencies and also pay the invoice. After: > Let's add some more logic to the example that allows us to enter and calculate the costs in different currencies and also pay the invoice. Closes #4903
2013-11-07docs(guide/filter): Refactor filter guide docsTobias Bosch
This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
2013-11-06docs(guide/overview): Refactor overview and mvc docsTobias Bosch
Before, there we multiple overview docs: - guide/overview - guide/introduction - guide/dev_guide.mvc - guide/dev_guide.mvc.understanding_model - guide/dev_guide.mvc.understanding_view - guide/concepts Now we have: - guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts - guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide. All the old information was moved into existing documents or deleted when they were duplicates.
2013-10-18docs: correct broken linksVojta Jina
This also contains some whitespace corrections by my editor.
2013-09-11docs(guide/concepts): remove div-clear-tags that break the formattingRandi Hillerøe
Closes #3974
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
jQuery switched to a completely new event binding implementation as of 1.7.0, centering around on/off methods instead of previous bind/unbind. This patch makes jqLite match this implementation while still supporting previous bind/unbind methods.
2013-06-04docs(guide/concepts): add comment as a type of directiveEhsan Ghandhari
2013-04-19docs(concepts): fix spelling errorMerrick Christensen
2013-04-11docs(guide/concepts): fix typoBrent Morrow
An event is a user **interaction**, timer event, or network event (response from a server).
2013-04-11docs(guide/concepts): wording changeBrent Morrow
... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks.
2013-04-11docs(guide/concepts): wording changeBrent Morrow
2013-04-06docs(concespts): correct spelling and remove unnecessary wordHeath Matlock
2013-02-14docs(guide): Fix typos in concepts/model,view.Jesse Cooke
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2012-12-07doc(concepts): Fix typo in $render() functionJános Rusiczki
2012-11-17docs(guide/concepts): some typo/grammar fixesDave Clayton
2012-09-06docs(concept): correct example for creating injectorMisko Hevery
2012-08-27doc(guide): add conceptsMisko Hevery