Celadora

Results 5 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.

The sway library has a PR that will fix this issue, but it hasn't been merged yet. If you want to take advantage of it you can use npm and...

I reinstalled using: $ bower install angular-ui-layout and then selected the most recent version, this corrected the issue for me.