Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$ionicPopup isn't working on beta-12 #2199

Closed
jbolila opened this issue Sep 12, 2014 · 5 comments
Closed

$ionicPopup isn't working on beta-12 #2199

jbolila opened this issue Sep 12, 2014 · 5 comments
Assignees
Milestone

Comments

@jbolila
Copy link

jbolila commented Sep 12, 2014

none of the ionicPopup is working after the update from beta-11 to beta-12:

        $ionicPopup.alert({
          title: 'Test Popup',
          template: 'Ola!'
        }).then(function() {
          $log.debug('ALERT CLOSED!');
        });

the screen becomes blocked, but the popup isn't displayed.

(no errors in the console)

@adamdbradley adamdbradley added this to the 1.0.0-rc0 milestone Sep 12, 2014
@adamdbradley adamdbradley self-assigned this Sep 12, 2014
@colllin
Copy link

colllin commented Sep 13, 2014

I can confirm this issue. Looks like the popover container has opacity:0; in the CSS.

@adamdbradley
Copy link
Contributor

I'm not able to replicate this. What device are you seeing this on?

@adamdbradley adamdbradley added the needs: reply the issue needs a response from the user label Sep 15, 2014
@jbolila
Copy link
Author

jbolila commented Sep 15, 2014

Sorry, I didn't rebuild the CSS from SASS after the update. Now it's working.

@jbolila jbolila closed this as completed Sep 15, 2014
@adamdbradley adamdbradley removed the needs: reply the issue needs a response from the user label Sep 15, 2014
@adamdbradley
Copy link
Contributor

No problem, thanks for getting back to me and closing the issue.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants