Angular JS Lesson 1

By Thursday, October 9, 2014 0 No tags Permalink 0

To Add Angular JS to WordPress

install the WordPress Plugin AngularJS for WordPress

Then Add this Simple code in a New Post

<input type=”text” ng-model=”name”>
<h2>Welcome {{name}}</h2>

 

 

Enter Your Name hereĀ 

Welcome {{name}}

No Comments Yet.

Leave a Reply

Your email address will not be published.