This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229692 - Support for the alternative formats of writing AJS directives (
Summary: Support for the alternative formats of writing AJS directives (
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P2 normal with 3 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 07:02 UTC by Marek Fukala
Modified: 2015-09-09 11:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2013-05-14 07:02:59 UTC
http://docs.angularjs.org/guide/directive:

<span ng:bind="name"> angular 
<span ng_bind="name"> angular 
<span ng-bind="name"> angular 
<span data-ng-bind="name"> angular 
<span x-ng-bind="name"> angular 

----------
coloring, embeddings, and code completion needs to be updated accordingly