Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Dec 10, 2013
1 parent beb1afc commit 45a40f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app/notes/notes.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>
<form ng-submit="notesCtrl.addNote(notesCtrl.newNote)" novalidate name="addForm">
<div class="row">
<div class="large-12 columns">
<small class="error" ng-show="addForm.newNote.$invalid && !addForm.newNote.$pristine">Please fill and submit the form for woking example</small>
<small class="error" ng-show="addForm.newNote.$invalid && !addForm.newNote.$pristine">Please fill and submit the form for working example</small>
<input type="text" ng-model="notesCtrl.newNote" name="newNote" required placeholder="Write a new note and hit enter..." maxlength="100" class="noteInput">
</div>
</div>
Expand Down

0 comments on commit 45a40f2

Please sign in to comment.