Skip to content

Commit 7d4abf3

Browse files
authored
Update HTML.html
1 parent e980c59 commit 7d4abf3

File tree

1 file changed

+1
-4
lines changed
  • Modern Development/Service Portal Widgets/Sticky Notes

1 file changed

+1
-4
lines changed

Modern Development/Service Portal Widgets/Sticky Notes/HTML.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h4><i class="fa fa-sticky-note"></i> My Sticky Notes</h4>
1111
<div class="note-meta">{{n.created_on | date:'short'}}</div>
1212
</div>
1313
<div class="add-note-box">
14-
<textarea ng-model="c.data.message" placeholder="Enter value..." class="form-control" />
14+
<textarea ng-model="c.data.text" placeholder="Enter value..." class="form-control" />
1515
<br>
1616
<div class="note-controls">
1717
<select ng-model="c.data.newColor" class="form-control input-sm">
@@ -22,6 +22,3 @@ <h4><i class="fa fa-sticky-note"></i> My Sticky Notes</h4>
2222
</select>
2323
<button class="btn btn-primary" ng-click="c.add()"><i class="fa fa-floppy-o"></i> Add </button>
2424
</div>
25-
26-
27-

0 commit comments

Comments
 (0)