Bump versions by x.(y+1).z for next dev cycle
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / cf / checkFlow.services.js
index cfaac1951bfe98013b5e81210d2558b69ef1233b..3e28ab1bae47314f41682ecff28418cd0510d11a 100644 (file)
@@ -1,6 +1,6 @@
-define(['app/yangui/yangui.module', 'common/yangutils/yangutils.services'], function(yangui, yangutils) {\r
+define(['app/yangui/yangui.module'], function(yangui) {\r
 \r
-  yangui.register.factory('checkFlow', function($http, reqBuilder, yangUtils, YangUtilsRestangular) {\r
+  yangui.register.factory('checkFlow', function($http, YangUtilsRestangularService) {\r
 \r
       var fnc = function($scope) {\r
           var requestPath = $scope.selSubApi.buildApiRequestString().replace('config','operational'),\r
@@ -16,7 +16,7 @@ define(['app/yangui/yangui.module', 'common/yangutils/yangutils.services'], func
               },\r
               identifiers = getPathIdentifierData($scope.selSubApi.pathArray);\r
 \r
-          YangUtilsRestangular.one('restconf').customGET(requestPath).then(\r
+          YangUtilsRestangularService.one('restconf').customGET(requestPath).then(\r
               function (data) {\r
                   alert('Flow: \n\n' + identifiers + '\n\n is in controller.');\r
               }, function (result) {\r