Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ndm / opt / ndm / resources / app / dist / editor-prompt.html
Size: Mime:
<div class="dialog dialog-window" ng-if="leftBar.editorFilePath" ng-ace-editor="ng-ace-editor" ng-ace-editor-theme="xcode" ng-ace-file-name="{{leftBar.editorFileName}}" ng-ace-file="{{leftBar.editorFilePath}}" ng-model="aceFileModel"><div class="prompt-window-options"><span class="prompt-window-infos" title="{{leftBar.rightClickedProject.path}}"><img src="img/loading.svg" width="13" ng-show="(savingFile &amp;&amp; !savedFile) || loadingFile"/><i class="fa fa-check color-primary" ng-show="savedFile &amp;&amp; !savingFile"></i>{{leftBar.rightClickedProject.dirName}}/{{leftBar.editorFileName}}</span><button ng-click="saveFile()">Save</button><button ng-click="leftBar.editorFilePath = undefined; aceFileModel = undefined;">Close</button></div><div class="window"><div class="ng-ace-editor" autofocus="autofocus"></div></div></div>