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

add bind this on callback #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions manuals/views/step4.md
Expand Up @@ -183,7 +183,7 @@ And for the controller the logic is simple, we ask the user to check again his p
+┊ ┊27┊ this.$ionicLoading.hide();
+┊ ┊28┊ if (err) return this.handleError(err);
+┊ ┊29┊ this.$state.go('confirmation', { phone: this.phone });
+┊ ┊30┊ });
+┊ ┊30┊ }.bind(this));
+┊ ┊31┊ });
+┊ ┊32┊ }
+┊ ┊33┊
Expand Down Expand Up @@ -884,4 +884,4 @@ And the last missing feature is about adding auto-scroll to the messages list in
| [< Previous Step](step3.md) | [Next Step >](step5.md) |
|:--------------------------------|--------------------------------:|
[}]: #
[}]: #
[}]: #