Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cvn committed Mar 9, 2015
1 parent d917dde commit 05725c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ This directive is compatible with ngModel, ngDisabled, ngReadonly, ngRequired, n

If you modify a shimmed input from outside of Angular, use the 'change' event to update the placeholder display. e.g. `elem.triggerHandler('change')`

If you modify the placeholder attribute outside of angular, use the 'placeholder-change' event to update the placeholder text itself. sytax as follows `elem.triggerHandler('placeholder-change', $('#myInput').attr('placeholder'))`

Known Issues
------------
* Ignores text input from drag and drop
Expand All @@ -66,7 +64,6 @@ Known Issues
* Not tested with ngAnimate
* Not tested with ngSubmit
* Not tested with ngClass
* Not tested with dynamic placeholders e.g. placeholder="{{val}}"

Authors
-------
Expand Down

0 comments on commit 05725c5

Please sign in to comment.