Upgraded moment.js, added paneladd.html

This commit is contained in:
Rashid Khan
2013-08-16 12:44:31 -07:00
parent 5fa49c6228
commit 5aaa9d5876
2 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

12
partials/paneladd.html Normal file
View File

@@ -0,0 +1,12 @@
<div>
<div ng-include src="'partials/panelgeneral.html'"></div>
</div>
<div>
<div ng-include src="edit_path(panel.type)"></div>
</div>
<div ng-repeat="tab in panelMeta.editorTabs" ng-show="addTab == tab.title">
<h4>{{tab.title}}</h4>
<div ng-include src="tab.src"></div>
</div>