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

Fixed issue with regular expression to search for bindings in MainPage and VideoDetailsPage #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stephen-phillips-ewdev
Copy link

@stephen-phillips-ewdev stephen-phillips-ewdev commented Oct 5, 2024

Description (*)

The regular expressions looking for bindings in the MainPage and VideoDetailsPage are searching for .Bind( when they need to be looking for .Binding(

In addition, the associated screenshot for the MainPage find and replace needed to be updated

Fixed Issues (if necessary)

Associated with issue: [TubePlayer] Module 4 - Converting everything to strongly-typed bindings is confusing and hard to follow #140

Screenshots (if necessary)

find-and-replace-main-page

Contribution checklist (*)

  • I have read the Contributing Guidelines
  • Commits have been made with meaningful commit messages
  • All automated tests have passed successfully

The regular expressions looking for bindings in the MainPage and VideoDetailsPage are searching for .Bind( when they need to be looking for .Binding(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant