File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Modern Development/Service Portal Widgets/Sticky Notes Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments