浏览代码

Update 2015-06-15T20:04:13.350Z

Austin Meagher 10 年之前
父节点
当前提交
36771fa91d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 0 0
      index.min.js
  2. 2 2
      templates.js

文件差异内容过多而无法显示
+ 0 - 0
index.min.js


+ 2 - 2
templates.js

@@ -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>');
 }]);
 })();

部分文件因为文件数量过多而无法显示