-
Notifications
You must be signed in to change notification settings - Fork 89
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 configure tern server.
Completion for modules (declared in an external JS) :



Completion for controllers (declared in an external JS) :



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 :
