Wednesday, September 6, 2017

Why this project is called "AngularJS"?

Html has angle brackets i.e. <,> and ng sound like Angular. That’s why it is called AngularJS.

2 comments:

What is restrict option in directive?

The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...