Skip to content
angelozerr edited this page Dec 18, 2013 · 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 modules (declared in an external JS) :

Completion for module

Hover

Hover for module

Hyperlink

Hyperlink for module

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

Clone this wiki locally