-
Notifications
You must be signed in to change notification settings - Fork 90
Angular Configuration
angelozerr edited this page Nov 7, 2015
·
5 revisions
Cconvert your project to AngularJS Project :
- Tern Plugins
- JSON Tern definitions
Check node.js is installed.
In HTML editor, directives completion provides directive names with the ng-* syntax :
Angular supports several syntax like starting with 'x-', 'data-' and use ':', '-', '_' delimiters. You can customize the syntax that you wish for completion with the project properties. By default you will see this configuration :
You can select other starts with and delimiters. You can see in the textarea the directive names that completion will show :
After validating your configuration, completion will show you directive names with other syntaxes :