mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(guide/concepts): improve sentence wording
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
This commit is contained in:
parent
b1366c32d4
commit
cb8061c75c
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ The concept behind this is <a name="databinding">"{@link databinding two-way dat
|
|||
|
||||
# Adding UI logic: Controllers
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
<example module="invoice1">
|
||||
<file name="invoice1.js">
|
||||
|
|
|
|||
Loading…
Reference in a new issue