-
Notifications
You must be signed in to change notification settings - Fork 90
HTML Features
Angelo edited this page Jan 13, 2014
·
16 revisions
Highlight AngularJS directive and EL:
Completion for 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 :