Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Attribute "ng-click" not allowed on element in netbeans

I just love AngularJs. I write all my projects in netbeans and I would like to stick with netbeans. I searched over the net for a plugin that supports AngularJs in netbeans, with no luck.

There is a plugin, but it seems not to work, or I can not get it to work.

I am not looking for a full fledged plugin, if I could get rid of the warnings in the editor I would be satisfied.

My questions:

  1. Does anyone know a working plugin for netbeans that supports AngularJs?
  2. If not, a link to instructions how to make netbeans understand a custom attribute would also help/
like image 380
JvdBerg Avatar asked Oct 07 '22 01:10

JvdBerg


1 Answers

you can prefix them with data- or x- ...

like image 181
abe Avatar answered Oct 13 '22 09:10

abe