Refactored code to improve testing and expressiveness #33
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
help wanted
invalid
investigation
question
release
spike
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: loke/ng2-fittext#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactored a minor part of the code to improve unit testing and use more explicit methods.
Refactored checkOverflow method.
Refactored ngAfterViewInit method.
Added hasXAxisOverflow method to determine if the x axis overflow is present.
Added hasYAxisOverflow method to determine if the y axis overflow is present.
Added hasOverflow method to determine if the element has overflow.