-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fa8810
commit a7bfe2b
Showing
11 changed files
with
116 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><title>ng2-simplemde</title></head><body><simplemde-app></simplemde-app><script type="text/javascript" src="./lib.e02ecc357b24d743d402.js"></script><script type="text/javascript" src="./main.e02ecc357b24d743d402.js"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><title>ng2-simplemde</title></head><body><simplemde-app></simplemde-app><script type="text/javascript" src="./lib.c301294b17eb2be23a58.js"></script><script type="text/javascript" src="./main.c301294b17eb2be23a58.js"></script></body></html> |
4 changes: 2 additions & 2 deletions
4
docs/lib.e02ecc357b24d743d402.js → docs/lib.c301294b17eb2be23a58.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
docs/lib.e02ecc357b24d743d402.js.map → docs/lib.c301294b17eb2be23a58.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
142 changes: 71 additions & 71 deletions
142
docs/main.e02ecc357b24d743d402.js → docs/main.c301294b17eb2be23a58.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
value: {{ value }} | ||
<simplemde [(ngModel)]="value"></simplemde> | ||
<simplemde [(ngModel)]="value" [options]="{ placeholder: '111' }"></simplemde> | ||
<form [formGroup]="form"> | ||
<simplemde formControlName="key" [(ngModel)]="value"></simplemde> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters