About Lesson
Directive:-
Directive x- या data से शुरू हो सकता है, उदाहरण के लिए, ng-model directive को इस रूप में भी लिखा जा सकता है जैसे data-ng-model or x-ng-model.
इसके अलावा, – directive में replaced किया जा सकता है : or – or both. उदाहरण के लिए, ng-model को इस रूप में भी लिखा जा सकता है जैसे ng-model or ng:model.
Directive:-
The directive can begin with x- or data, for example, the ng-model directive can also be written as data-ng-model or x-ng-model.
Additionally, – can be replaced in the directive: or – or both. For example, ng-model can also be written as ng-model or ng:model.