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

Offer an solution for the 1.3.x version #12

Closed kyle7zhang closed 9 years ago

kyle7zhang commented 9 years ago

People who use angular.js 1.3.x cannot run this code directly because the ng-true-value of 1.3.x must be a constant string. And there need a single quote to wrap the value we want to use like 'YES' and 'NO' in this case

shyamseshadri commented 9 years ago

Thanks, am in the process of updating the entire book for 1.3, with new content as well. This is a great inbetween :)