Chandrajeet Maurya

Results 9 comments of Chandrajeet Maurya

ok although its describing that third parameter is to check start of the column. But it actually is for exact match. There is no parameter to check for start of...

Beware of using @omegachien solution. When i use his solution and tried to restore "a" single user. Every deleted user get restore instead. Running code below restore "all" the deleted...

Almost 2 year, and this issue still exist.

5 months and PR not merged :( . The issue is still there

It seems expo eas build failed because of this type error. // Saying this because `npx tsc --noEmit` throw error on this library. Removing all the charts from the app...

me too, i want to able to set "floor" and "ceiling" from defined variable... it doesn't seems to work now :(

Look at this answer , he edited the main angular-slider.js file to able to add "custom-floor" and "custom-ceiling" for that http://stackoverflow.com/a/19247832/507203

@pshaver by "result set" do you mean to loop through result set in ng-repeat? if yes, look at small fixes at this http://plnkr.co/edit/oz3MPcoKVDuyqGDR0yR3?p=preview I later then mange to merge that...

I guess it should be ``` private useFormat?: boolean private useFormattedDate?: boolean ``` And only get default sets in constructor. ``` } else if (typeof option === 'string') { this.sheetName...