Skip to content

Commit

Permalink
Merge pull request #425 from lewisl9029/bugfix-password-prompt-dismis…
Browse files Browse the repository at this point in the history
…sed-by-back-button

Fixed wrong ionic modal parameter name. Fixes #424
  • Loading branch information
lewisl9029 committed Oct 12, 2015
2 parents 3a20f60 + 4bbd079 commit 4872217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toc/app/views/welcome/welcome-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default /*@ngInject*/ function WelcomeController(
{
scope: $scope,
backdropClickToClose: false,
hardwareBackButtonToClose: false
hardwareBackButtonClose: false
}
);

Expand Down

0 comments on commit 4872217

Please sign in to comment.