Skip to content

Commit 1521426

Browse files
Increase timeout as not all elements were being set correctly on init load
1 parent cc55686 commit 1521426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-FitText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
),
5454
parseFloat(scope.minFontSize)
5555
) + 'px';
56-
},10);
56+
},100);
5757
})();
5858

5959
scope.$watch(attrs.ngModel, function() { scope.resizer() });

0 commit comments

Comments
 (0)