patrickmarabeas / ng-FitText.js

An AngularJS directive for inflating web type.
http://patrickmarabeas.github.io/ng-FitText.js
MIT License
222 stars 61 forks source link

Can't have multiple directives on page #17

Closed waltercolindres closed 9 years ago

waltercolindres commented 9 years ago

I am trying to use the directive on more than one headline on a page.

It will resize the first, but not the second.

Any recommendations?

patrickmarabeas commented 9 years ago

Are you getting any console errors?

The demo shows multiple being used on a page. Can't be much help unless you can replicate the issue in a Plnkr or something...

waltercolindres commented 9 years ago

No errors.

I am using the attribute method: data-fittext data-fittext-max="90" data-fittext-min="40"

patrickmarabeas commented 9 years ago

You'll have to replicate the issue: http://jsfiddle.net/

If you are sticking any other directives on the element, try removing them / putting them on another element wrapper etc