Skip to content

Commit

Permalink
Quick update to documentation, prep for Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcorgan committed Jul 3, 2013
1 parent 05a4a6e commit 9b0d901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ User as a normal [AngularJS filter](http://docs.angularjs.org/guide/dev_guide.te

```html
<div ng-controller="SomeCtrl">
<div ng-bind-html-unsave="someValue | linkify"></div>
<div ng-bind-html-unsave="someValue | linkify"></div> <!-- linkified!! -->
</div>
```

Expand Down

0 comments on commit 9b0d901

Please sign in to comment.