2014-08-25 22:39:40 +02:00
|
|
|
<div class="dashboard-editor-header">
|
|
|
|
|
<div class="dashboard-editor-title">
|
2014-08-26 11:12:26 +02:00
|
|
|
<i class="icon icon-code"></i>
|
|
|
|
|
Templating
|
2014-08-25 22:39:40 +02:00
|
|
|
</div>
|
2014-08-25 15:55:42 +02:00
|
|
|
|
2014-08-25 22:39:40 +02:00
|
|
|
<div ng-model="editor.index" bs-tabs style="text-transform:capitalize;">
|
2014-08-26 11:12:26 +02:00
|
|
|
<div ng-repeat="tab in ['Overview', 'Add', 'Edit']" data-title="{{tab}}">
|
2014-08-25 15:55:42 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-08-25 22:39:40 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="dashboard-editor-body">
|
|
|
|
|
|
|
|
|
|
<div ng-if="editor.index == 0">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="dashboard-editor-footer">
|
2014-08-26 11:12:26 +02:00
|
|
|
<button type="button" class="btn btn-success pull-right" ng-click="editor.index=0;dismiss();">Close</button>
|
2014-08-25 15:55:42 +02:00
|
|
|
</div>
|