edmondchui

Results 11 comments of edmondchui

Hi @doshprompt, When can you publish version 1.4 to the official repository? Thanks, Edmond

I managed to install version 1.4 via bower this way ``` bash $ bower install --save https://github.com/doshprompt/angular-localization.git#v1.4.0 bower angular-localization#v1.4.0 not-cached https://github.com/doshprompt/angular-localization.git#v1.4.0 bower angular-localization#v1.4.0 resolve https://github.com/doshprompt/angular-localization.git#v1.4.0 bower angular-localization#v1.4.0 checkout v1.4.0 bower...

You need to install the `cordova-plugin-network-information` plugin to get the `online` event fired inside cordova.

Hi, when will this be implemented? I don't seem to find it in 2.3.2 release. I need to listen of some of the InfoWindow events listed here: https://developers.google.com/maps/documentation/javascript/reference#InfoWindow As a...

In the month view, after removing items from `$scope.eventSource`, I call `$scope.$broadcast('eventSourceChanged',$scope.eventSource)`. Inside the function `_onDataLoaded`, the loop [`for (var i = 0; i < len; i += 1)`](https://github.com/twinssbc/AngularJS-ResponsiveCalendar/blob/master/src/rcalendar/calendar.js#L368-L421) only...

I have a simple solution, though not necessary inexpensive. Inside `calendar.js`, at the end of the [calendar directive declaration](https://github.com/twinssbc/AngularJS-ResponsiveCalendar/blob/master/src/rcalendar/calendar.js#L220-L245), add an event handler for a new event `eventSourceElementChanged` to force...

I also have the same issue reported at the beginning of this issue. I'm using version 1.1.7 of this plugin on iOS. After debugging into the Objective-C code, I found...

On Android, using the same code, I can only get the second item showing the default value correctly. I tried to debug into the Java code but can't seem to...

I experience this issue but it mostly appeared when during the off-peak hours when my Rpush server is idle. During peak time, I'm sending tens of thousands of notifications to...

@iaderblocklack I've already created this pull request https://github.com/spree-contrib/spree_reviews/issues/198#ref-pullrequest-1863869271 a while back. Just need someone to merge.