shyamseshadri / angularjs-up-and-running

All the source code for the AngularJS Up & Running Book for O'Reilly
MIT License
466 stars 438 forks source link

Chapter 4 - select-example.html - wrong file on Git - i've appended the right file(i think : )) - thanks for this Great Book and Examples!!! #27

Open walterisaword opened 8 years ago

walterisaword commented 8 years ago
Notes App

What are your favorite sports?

With Binding:
Using ng-checked:
Current state: {{sport.selected}}
``` ```
huikang commented 6 years ago

Actually the filename between checkbox-example.html and select-example.html should be exchanged.

huikang commented 6 years ago

Hi @shyamseshadri you may want to fix this to resolve the confusion when reading the book. Great examples!