python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Vuejs3 how to register a custom global directive in a separate folder?
I wanted to move my global custom directive into a separate folder and import it from a file, but I fail to do so in Vue3.
I got a:
Uncaught TypeError: Cannot read properties of undefined (reading 'd...

Dariusz Legizynski
Votes: 0
Answers: 1
How to use controller with custom directive in AngularJS?
Let's say I am using a custom directive named my-form-data:
<my-form-data info='infoObj1' template="ssc.html"/>
<my-form-data info='infoObj2' template="college.html"/>
...
p zankat
Votes: 0
Answers: 1
Angular Custom Directive
I have more than 5 input text field to accept only comm/dot and only numbers.
[(ngModel)]="company.internetbill"
[(ngModel)]="company.electricitybill"
[(ngModel)]="company.wat...
Mario
Votes: 0
Answers: 1