mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
15 lines
262 B
HTML
15 lines
262 B
HTML
<div
|
|
ui-ace="{
|
|
showGutter: false,
|
|
useWrapMode : true,
|
|
mode:snippet.mode.toLowerCase(),
|
|
maxLines: -1,
|
|
theme:'solarized_dark',
|
|
rendererOptions: {
|
|
maxLinks: Infinity
|
|
}
|
|
}"
|
|
readonly
|
|
ng-model="snippet.content"
|
|
></div>
|