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

Added inheritMin and inheritMax to globals #50

Closed SuricateCan closed 8 years ago

SuricateCan commented 8 years ago

Hi,

I made this PR because I had the need to specify if min or max would be inherited globally.

The changes were very simple, as you can see in the diff.

I've also added the documentation for it on Readme.md and brought the version to 4.1.2.

patrickmarabeas commented 8 years ago

Refactored to use existing min / max properties. See v4.2.0

SuricateCan commented 8 years ago

Cool, that is a better solution.