summaryrefslogtreecommitdiffstats
path: root/docs/tutorials/portal-sdk/pulling-db-data.rst
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-11-06 15:13:17 -0500
committerChris Lott <cl778h@att.com>2017-11-06 20:15:03 +0000
commit881d219f34ba287e24ce74402e2c56dcbdd49991 (patch)
treec105a017df754975c2cf352558588b847a4e7970 /docs/tutorials/portal-sdk/pulling-db-data.rst
parentff3619ea67dd2f008b2378f59511f3a22ce23177 (diff)
Release notes for R1/Amsterdam/1.3.0
Issue: PORTAL-141 Change-Id: I15540167d1205230515c7cb4e8030314f4bd6a3b Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'docs/tutorials/portal-sdk/pulling-db-data.rst')
-rw-r--r--docs/tutorials/portal-sdk/pulling-db-data.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/portal-sdk/pulling-db-data.rst b/docs/tutorials/portal-sdk/pulling-db-data.rst
index 4efeff56..dc377bc0 100644
--- a/docs/tutorials/portal-sdk/pulling-db-data.rst
+++ b/docs/tutorials/portal-sdk/pulling-db-data.rst
@@ -1,6 +1,6 @@
Pulling DB data
===============
-
+
In the :ref:`connectionjava` section, we set up a connection to the :code:`ecomp_sdk` database. Now, we going to use our AngularJS controller (:code:`controller.js`) and data service (:code:`data-service.js`) to make an HTTP request to our Spring controller (:code:`MyAppController.java`), wait for the results, and map them into a Google Chart.
AngularJS Promises