You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/06/25 06:43:56 UTC

incubator-ignite git commit: # IGNITE-843 WIP on persistence.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 0370ff05a -> 9f221b4f7


# IGNITE-843 WIP on persistence.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9f221b4f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9f221b4f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9f221b4f

Branch: refs/heads/ignite-843
Commit: 9f221b4f7df26f6a3a2d11e257a6bdd2d0cb8925
Parents: 0370ff0
Author: AKuznetsov <ak...@gridgain.com>
Authored: Thu Jun 25 11:43:50 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Thu Jun 25 11:43:50 2015 +0700

----------------------------------------------------------------------
 .../nodejs/public/javascripts/controllers/persistences.js        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9f221b4f/modules/webconfig/nodejs/public/javascripts/controllers/persistences.js
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/public/javascripts/controllers/persistences.js b/modules/webconfig/nodejs/public/javascripts/controllers/persistences.js
index 6024073..9fd3bc6 100644
--- a/modules/webconfig/nodejs/public/javascripts/controllers/persistences.js
+++ b/modules/webconfig/nodejs/public/javascripts/controllers/persistences.js
@@ -15,7 +15,9 @@
  * limitations under the License.
  */
 
-configuratorModule.controller('persistenceController', ['$scope', '$alert', '$http', function ($scope, $alert, $http) {
+configuratorModule.controller('persistenceController', ['$scope', '$alert', '$http', 'commonFunctions', function ($scope, $alert, $http, commonFunctions) {
+        $scope.joinTip = commonFunctions.joinTip;
+
         $scope.databases = [
             {value: 'oracle', label: 'Oracle database'},
             {value: 'db2', label: 'IBM DB2'},