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

[Codelab] Second code block for views/main.html: double quote causing issue #159

Closed
esdader opened this issue Feb 24, 2014 · 1 comment
Closed

Comments

@esdader
Copy link

esdader commented Feb 24, 2014

There is an unencoded double quote that causes the code example to not run after cutting and pasting the code block.

The closing quote after form-group isn't encoded as " as the others are.

<div class="container">
  <h2>My todos</h2>
  <p class="form-group” ng-repeat="todo in todos">
    <input type="text" ng-model="todo" class="form-control">
  </p>
</div>

Thanks for a great site!

@pearlchen-old
Copy link

@eddiemonge eddiemonge changed the title Codelab: second code block for views/main.html: double quote causing issue [Codelab] Second code block for views/main.html: double quote causing issue Jul 8, 2014
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

No branches or pull requests

3 participants