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