\r
/*-------------------------------------------------------------------------------OverlayVPN---------------------------------------------------------------------*/\r
\r
- .controller("overlayVPNCtrl", function($scope, $rootScope, $compile, DataService, NgTableParams){\r
+ .controller("overlayVPNCtrl", function($scope, $rootScope, $stateParams, $compile, DataService, NgTableParams){\r
$scope.message = "Overlay VPN";\r
+ console.log("Service Id: "+ $stateParams.id);\r
\r
$scope.init = function() {\r
//console.log("Overlay VPN... ng-init + " + $rootScope.lcmModelTemplate);\r
\r
/*-------------------------------------------------------------------------------UnderlayVPN---------------------------------------------------------------------*/\r
\r
- .controller("underlayVPNCtrl", function($scope, $rootScope, $compile, DataService, NgTableParams){\r
+ .controller("underlayVPNCtrl", function($scope, $rootScope, $stateParams, $compile, DataService, NgTableParams){\r
$scope.message = "Underlay VPN";\r
+ console.log("Service Id: "+ $stateParams.id);\r
$scope.tpTableShowing = false;\r
\r
$scope.init = function() {\r