Monday, 16 May 2016

Changing button text (toggle text) on click in AngularJS



Changebuttontextin angularJS.jpg

We can make a button behave like a toggling button by making a directive in AngularJS. It is very simple. You just need to bind the attribute and then check the condition.
First create a simple HTML :-
  1. <html>
  2.   <head>
  3.       <link rel="stylesheet" type="text/css" href="css/index.css">
  4.       <link rel="stylesheet" type="text/css" href="css/myApp.css">
  5.       <title>Hello World</title>
  6.   </head>
Read the full blog about Changing button text (toggle text) on click in AngularJS visit Findnerd.

Findnerd is also a best place to solve your Tech Query, Ask Questions etc.