https://github.com/stuartleeks/angular-monaco-editor
https://github.com/stuartleeks/angular-monaco-editor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuartleeks/angular-monaco-editor
- Owner: stuartleeks
- License: mit
- Created: 2018-03-21T09:22:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T15:00:13.000Z (about 8 years ago)
- Last Synced: 2025-05-15T11:13:51.516Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Monaco editor
Work in progress sample to integrate [monaco editor](https://github.com/Microsoft/monaco-editor) with angularjs v1
## TODO
This is an early stage project. There are still some significant pieces of work to be done, including:
* Set up gulp to copy monaco-editor to app/libs/monaco-editor
* Look for an appropriate event on monaco editor to sync changes to the code back to the angular scope