In this example we can change the text of button based on the ng-click event.By default text of button is "SHOW"
because intially value of isShow variable is false.If we click on the button it will call the "changeValue(true)" function the value of isShow variable become true then text of button will set to "HIDE" and vice versa.