Users Pricing

forum

home / developersection / forums / how to use directives in angular js

How to use Directives in Angular JS

Anupam Mishra 2234 23 Feb 2016
Hi everyone,
i have declare a one text box. Code is below:
 <input type="text" name="UserName">
I want to declare same text box as a Angular JS directives in my application . Please can anyone give me solution.

Thank you.

1 Answers