angular.module('kityminderEditor').run(['$templateCache', function($templateCache) {
'use strict';
$templateCache.put('ui/directive/appendNode/appendNode.html',
"
{{ 'appendchildnode' | lang:'ui/command' }}
{{ 'appendparentnode' | lang:'ui/command' }}
{{ 'appendsiblingnode' | lang:'ui/command' }}
"
);
$templateCache.put('ui/directive/arrange/arrange.html',
" {{ 'arrangeup' | lang:'ui/command' }}
{{ 'arrangedown' | lang:'ui/command' }}
"
);
$templateCache.put('ui/directive/colorPanel/colorPanel.html',
"
"
);
$templateCache.put('ui/directive/expandLevel/expandLevel.html',
"
"
);
$templateCache.put('ui/directive/fontOperator/fontOperator.html',
""
);
$templateCache.put('ui/directive/hyperLink/hyperLink.html',
"
"
);
$templateCache.put('ui/directive/imageBtn/imageBtn.html',
"
"
);
$templateCache.put('ui/directive/kityminderEditor/kityminderEditor.html',
""
);
$templateCache.put('ui/directive/kityminderViewer/kityminderViewer.html',
""
);
$templateCache.put('ui/directive/layout/layout.html',
""
);
$templateCache.put('ui/directive/navigator/navigator.html',
""
);
$templateCache.put('ui/directive/noteBtn/noteBtn.html',
"
"
);
$templateCache.put('ui/directive/noteEditor/noteEditor.html',
""
);
$templateCache.put('ui/directive/notePreviewer/notePreviewer.html',
""
);
$templateCache.put('ui/directive/operation/operation.html',
" {{ 'editnode' | lang:'ui/command' }}
{{ 'removenode' | lang:'ui/command' }}
"
);
$templateCache.put('ui/directive/priorityEditor/priorityEditor.html',
""
);
$templateCache.put('ui/directive/progressEditor/progressEditor.html',
""
);
$templateCache.put('ui/directive/resourceEditor/resourceEditor.html',
""
);
$templateCache.put('ui/directive/searchBox/searchBox.html',
""
);
$templateCache.put('ui/directive/searchBtn/searchBtn.html',
"
"
);
$templateCache.put('ui/directive/selectAll/selectAll.html',
"
"
);
$templateCache.put('ui/directive/styleOperator/styleOperator.html',
""
);
$templateCache.put('ui/directive/templateList/templateList.html',
""
);
$templateCache.put('ui/directive/themeList/themeList.html',
""
);
$templateCache.put('ui/directive/topTab/topTab.html',
""
);
$templateCache.put('ui/directive/undoRedo/undoRedo.html',
""
);
$templateCache.put('ui/dialog/hyperlink/hyperlink.tpl.html',
""
);
$templateCache.put('ui/dialog/imExportNode/imExportNode.tpl.html',
""
);
$templateCache.put('ui/dialog/image/image.tpl.html',
"- {{ image.title }}
"
);
}]);