shyamseshadri / angularjs-up-and-running

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

var should be this #32

Closed leonormes closed 7 years ago

leonormes commented 7 years ago

https://github.com/shyamseshadri/angularjs-up-and-running/blob/9883211d97df2f089e43bf08c8eec676834a1a65/chapter2/hello-controller.html#L16

I think this should be this.goodbyeMsg = 'Goodbye ';