Nguyen Thanh Danh

Results 8 comments of Nguyen Thanh Danh

I have same problem. It worked before. But now, It shown the error. After trying @ravishankar3961 's solution, I can build without error now. But I tried to send the...

ah, I confirm that @ravishankar3961 's solution is worked for me. Many thanks

same problem, is there any solution to fix? `"react": "16.3.1", "react-native": "0.55.4", "react-native-fcm": "^16.0.0"`

@vincez i'm using this one https://github.com/fragaria/angular-daterangepicker if you can not wait to fix, you can use it

yes. it's good. i'm using it for my application. this issue is not appear on fragaria

index.html ``` html ``` Controller.js ``` javascript $scope.data = { opts:{ opens:"right", format:"DD MMM, YYYY", ranges: { 'Today': [moment(), moment()], 'Yesterday': [moment().subtract(1, 'days'), moment().subtract(1, 'days')], 'Last 7 days': [moment().subtract(7, 'days'),...

thank you for your answer. but that's not a solution. i mean the problem is like this: - the first, it like this http://i1112.photobucket.com/albums/k490/trangchuvn_2000/1_1.png - when i scroll to right,...

ah border-collapse: separate is ok. not border-collapse: collapse; thank you 👍