Thomas Cedrini
Thomas Cedrini
@peter-bertuglia Great !! Here is an upgrade handling collections as well as element. Restangular.addResponseInterceptor(function (data, operation, what, url, response, deferred) { var el = _.extend(deferred.promise.$object, data); if(angular.isArray(el)) return Restangular.restangularizeCollection(data[Restangular.configuration.restangularFields.parentResource], el,...
Hey @seb-zabielski , Thanks for the PR ! Nice though of passing backgroundColor from transparent to undefined
Hi! I ran into this same issue today and was able to trace it to the following root cause: The size prop on is converted into Tailwind classNames (h-4 w-4...