Skip to content
Angelo edited this page Jan 8, 2014 · 16 revisions

Syntax Coloring

Highlight AngularJS directive and EL:

HTML Syntax Coloring

Directives management

Completions

Completion for directive name :

Completion for directive name

Hover

Hover for directive name

Module management

Completions

Completion for modules (declared in an external JS) :

Completion for module

Hover

Hover for module

Hyperlink

Hyperlink for module

Controller management

Completions

Completion for controllers (declared in an external JS) :

Completion for module

Hover

Hover for module

Hyperlink

Hyperlink for module

Angular Expression management

Completions

Completion for angular expression :

Completion for expression

Typing

Auto close EL

Auto Close EL

Auto Close EL

Validation

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

Validation OK

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

Validation error with module

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

Validation error with controller