summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html')
-rw-r--r--dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html
new file mode 100644
index 0000000..33099ba
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/view-models/topbar_view.html
@@ -0,0 +1,6 @@
+<div id="titleBar" ng-controller="eTopbarController">
+ <h3 class="titleBar" >
+ <span ng-click="editTitle()" ng-show="titleEdit" ng-model="title">{{title}}</span>
+ <input type="text" ng-hide="titleEdit" ng-model="title" ng-keypress="doneEdit($event)">
+ </h3>
+</div>