Celadora

Results 3 comments of Celadora

The problem occurs because the underlying $mdDialog that is instantiated when mdp-timepicker is built does not have the "multiple: true" option. The "$mdpTimePicker" provider starts around line 800 in mdPickers.js....

You can solve this by calling: `FB.XFBML.parse();` // from the Facebook SDK directly Causes a flashing of the Facebook UI elements if those elements are already loaded, so you might...

We're having the same issue, and we're not using Lerna.