-
Notifications
You must be signed in to change notification settings - Fork 89
HTML Features
Highlight AngularJS directive and EL:

Please read HTML directives for more features.
Completion for directive name :


Completion for custom directive name :

Hyperlink for custom directive name :

For module management, you need to configure tern server.
Completion for modules (declared in an external JS) :



For controller management, you need to configure tern server.
Completion for controllers (declared in an external JS) :



For angular expression management, you need to configure tern server.
Completion for angular expression :



Imagine you have this valid HTML Angular file (module and controller exists) :

If you fill ng-app with bad module, you will see this validation error :

If you fill ng-app with existing module, but a controller which doesn't exists, you will see this validation error :
