Philippe Lafontaine
Results
1
issues of
Philippe Lafontaine
While looking at the source, I've stumbled upon those lines three lines: https://github.com/kdietrich/gridstack-angular/blob/a2bccee4321ab700e4ed78162346886442643a76/src/gridstack.directive.js#L26-L27 https://github.com/kdietrich/gridstack-angular/blob/a2bccee4321ab700e4ed78162346886442643a76/src/gridstack.directive.js#L37-L38 https://github.com/kdietrich/gridstack-angular/blob/a2bccee4321ab700e4ed78162346886442643a76/src/gridstack.directive.js#L48-L49 Given that `$timeout`, when it resolves, calls `$rootScope#$apply`, it is somewhat redundant to call `$scope.$apply`...