You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I know you only show the most important changes, but it would be good if in the tutorial there was a mention of changes made to app.css, otherwise when trying to recreate from scratch, we are missing something and the phone-detail.html doesn't render properly.
However there are also inconsistencies between what's shown here: step-11...step-12
and what app.css contains when downloading angular-phonecat, notably:
img.phone:first-child {
display: block;
}
there are a few other minor ones.
This is unless i'm using a different version.
The text was updated successfully, but these errors were encountered:
@Bondifrench can you check now, I think you may have had an old version of angular-phonecat downloaded. You can run scripts/update-repo.sh to force the repository to revert back to the remote version. This will delete any changes you made to the repo.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know you only show the most important changes, but it would be good if in the tutorial there was a mention of changes made to app.css, otherwise when trying to recreate from scratch, we are missing something and the phone-detail.html doesn't render properly.
However there are also inconsistencies between what's shown here: step-11...step-12
and what app.css contains when downloading angular-phonecat, notably:
img.phone:first-child {
display: block;
}
there are a few other minor ones.
This is unless i'm using a different version.
The text was updated successfully, but these errors were encountered: