From 237d14e7be23cac92dd9feea857dedb57e09acc7 Mon Sep 17 00:00:00 2001 From: Daniel Almaguer Date: Sun, 2 Mar 2014 11:18:26 -0800 Subject: [PATCH] Added ng-app to First example: Data binding --- docs/content/guide/concepts.ngdoc | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index bee2f195bba8..66812696c367 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -34,16 +34,18 @@ Let's start with input fields for quantity and cost whose values are multiplied -
- Invoice: -
- Quantity: -
-
- Costs: -
-
- Total: {{qty * cost | currency}} +
+
+ Invoice: +
+ Quantity: +
+
+ Costs: +
+
+ Total: {{qty * cost | currency}} +