Upgrade angular to 1.3.2
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / under_construction_ctrl.js
index 4af28ab..cbe1da5 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"); 
  * ===================================================================
  * 
  */
-
 'use strict';
-
-
-
-function PageUnderConstructionCtrl($scope,$rootScope, $resource, $http, $location) 
-{
-       
+angular.module('clds-app').controller(
+'PageUnderConstructionCtrl',
+[ '$scope', '$rootScope', '$resource', '$http', '$location',
+function($scope, $rootScope, $resource, $http, $location) {
        console.log("//////////PageUnderConstructionCtrl");
-               
-       
-       
-}
-
-
-
+} ]);