summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/controller/iframeController.js
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/controller/iframeController.js')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/controller/iframeController.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/iframeController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/iframeController.js
new file mode 100644
index 000000000..007ed0570
--- /dev/null
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/iframeController.js
@@ -0,0 +1,7 @@
+"use strict";
+
+var iframeController = function($scope, $location) {
+ $scope.url = "app/ui/#" + $location.$$url;
+}
+
+app.controller("iframeController", [ "$scope", "$location", iframeController ]); \ No newline at end of file