Commit 5aaa9d58 by Rashid Khan

Upgraded moment.js, added paneladd.html

parent 5fa49c62
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment