soonwait

Results 2 comments of soonwait

It's a Suggestion as: every call of $css.bind(..., $scope) for same stylesheet url should save all the refrence of $scope while $scope.$on('$destroy' before to $css.remove, shuld check if refrence is...

I have try to fix this ```js line 459 + $css.stylesheetRefrences = {}; /** * Bind: binds css in scope with own scope create/destroy events **/ $css.bind = function (css,...