Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 327 Bytes

angular-dotdotot

Angular directive for applying the dotdotdot jquery plugin- http://dotdotdot.frebsite.nl/

Usage:

Include the directive in your app (see js/angular-dotdotdot.js).

Then in your controller:

$scope.myText = 'some really long text';

Template:

<p dotdotdot='myText'>{{myText}}</p>