$ionicPopup - pass 2 values, possible?

Hi there

Can the Popup promise return 2 values, like for a login form - name & password?
The way I see it, the object only pass one. Thanks!

You can pass a scope-object to the popup… if your inputs have models connected you have access to them through the $scope object without passing everything.