Skip to content

attrs/ng-ace-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-ace-editor

Install

$ npm i ng-ace-editor --save
require('ng-ace-editor');
angular.module('app', ['ngAceEditor'])...
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.6/ace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.6/ext-beautify.js"></script>
<ng-ace-editor style="height:300px;" ng-model="model" ng-lang="json" ng-theme="twilight"></ng-ace-editor>