One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| // do it live: http://jsfiddle.net/apinstein/2kR2c/1/ | |
| // in DOM | |
| <div ng-controller="MyCtrl"> | |
| <p ng-click="bumpA()">a: {{a}}</p> | |
| <p ng-click="bumpB()">b: {{b}}</p> | |
| <p>a^2 = {{aSquared}}</p> | |
| <p>a + b = {{aPlusB}}</p> | |
| </div> |