summaryrefslogtreecommitdiffstats
path: root/docs/tutorials/portal-sdk/pulling-db-data.rst
diff options
context:
space:
mode:
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