Upgrade angular to 1.3.2
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / ExportFileCtrl.js
index d5326d9..3de9d34 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP CLAMP
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights
  *                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License"); 
@@ -20,8 +20,7 @@
  * ===================================================================
  * 
  */
-
-app.controller('exportCtrl', ['$scope', '$rootScope','exportService','dialogs', function($scope,$rootScope,exportService,dialogs){
-    console.log("exportCtrl");
-
-}]);
+app.controller('exportCtrl', [ '$scope', '$rootScope', 'exportService',
+'dialogs', function($scope, $rootScope, exportService, dialogs) {
+       console.log("exportCtrl");
+} ]);