I would like to change the background colour of a button when it is clicked
HTML code:
You should do it this way
angular.module('myapp',[]).controller('testCtrl', function($scope){});
Celsius Fahrenheit