|
|
@@ -18,7 +18,7 @@ try {
|
|
|
}
|
|
|
module.run(['$templateCache', function($templateCache) {
|
|
|
$templateCache.put('components/menu/menu.html',
|
|
|
- '<div class="navbar navbar-xs navbar-inverse navbar-static-top"><div class=container-fluid><div class=navbar-header><button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target=#bs-example-navbar-collapse-1><span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span></button></div><div class="collapse navbar-collapse" id=bs-example-navbar-collapse-1><ul class="nav navbar-nav"><li class=dropdown><a class=dropdown-toggle data-toggle=dropdown role=button aria-expanded=false>File <span class=caret></span></a><ul class=dropdown-menu role=menu><li><a ng-click=pageCtrl.open()>Open ...</a></li><li><a ng-click=ctrl.save()>Save</a></li></ul></li></ul></div></div></div>');
|
|
|
+ '<div class="navbar navbar-xs navbar-inverse navbar-static-top"><div class=container-fluid><div class=navbar-header><button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target=#bs-example-navbar-collapse-1><span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span></button></div><div class="collapse navbar-collapse" id=bs-example-navbar-collapse-1><ul class="nav navbar-nav"><li class=dropdown><a class=dropdown-toggle data-toggle=dropdown role=button aria-expanded=false>File <span class=caret></span></a><ul class=dropdown-menu role=menu><li><a ng-click="new(\'editor\')">New</a></li><li><a ng-click=open()>Open</a></li><li><a ng-click=save()>Save</a></li></ul></li></ul></div></div></div>');
|
|
|
}]);
|
|
|
})();
|
|
|
|
|
|
@@ -30,6 +30,6 @@ try {
|
|
|
}
|
|
|
module.run(['$templateCache', function($templateCache) {
|
|
|
$templateCache.put('pages/home/home.html',
|
|
|
- '<layout layout-commands=layoutCommands layout-model="{ options: { settings: { showPopoutIcon: false, showCloseIcon: false, }, }, }"><layout-row><layout-column layout-options={width:10}><layout-content layout-options="{title:\'Schema Tree\'}"><p><b>TODO:</b> Schemas</p></layout-content></layout-column><layout-column layout-options={width:60}><layout-content layout-options="{title:\'Edit\'}"><editor editor-model=editorModel></editor></layout-content></layout-column><layout-column layout-options={width:30}><layout-content layout-options="{title:\'Constraints\', height:10}"><p><b>TODO:</b> Constraints</p></layout-content><layout-content layout-options="{title:\'Relationship Graph\'}"><p><b>TODO:</b> Relationship Graph</p></layout-content><layout-content layout-options="{title:\'Event Info\'}"><p><b>TODO:</b> Event Info</p></layout-content></layout-column></layout-row></layout>');
|
|
|
+ '<layout layout-commands=layoutCommands layout-model="{ options: { settings: { showPopoutIcon: false, showCloseIcon: true, selectionEnabled: true, }, }, }"><layout-row><layout-column layout-options={width:10}><layout-content layout-options="{title:\'File Tree\'}"><p><b>TODO:</b> Files</p></layout-content></layout-column><layout-column layout-options={width:60}><layout-content layout-options="{title:\'Edit\'}"><editor editor-model=editorModel></editor></layout-content></layout-column><layout-column layout-options={width:30}><layout-content layout-options="{title:\'Constraints\', height:10}"><p><b>TODO:</b> Constraints</p></layout-content><layout-content layout-options="{title:\'Relationship Graph\'}"><p><b>TODO:</b> Relationship Graph</p></layout-content><layout-content layout-options="{title:\'Event Info\'}"><p><b>TODO:</b> Event Info</p></layout-content></layout-column></layout-row></layout>');
|
|
|
}]);
|
|
|
})();
|