aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/concepts.ngdoc
AgeCommit message (Collapse)Author
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