Exercise: Calculator


Create a simple calculator in AngularJS. Two input boxed to accept two numbers and 'select' element with the 4 basic operators. As the user changes the operator or changes the values, display the result of the calculation.