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 224637 - AngularJS html editor support
Summary: AngularJS html editor support
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.3
Hardware: PC All
: P1 normal with 6 votes (vote)
Assignee: Marek Fukala
URL:
Keywords:
: 225462 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-09 10:42 UTC by Marek Fukala
Modified: 2013-08-27 12:57 UTC (History)
7 users (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-01-09 10:42:56 UTC
minimum (w/o JS cooperation): 
P1 - do not mark AJS atributes as erroneous according to the spec
P1 - offer the AJS attribute names in CC
P3 - different coloring for the AJS attributes
Comment 1 Vladimir Riha 2013-01-30 07:42:34 UTC
*** Bug 225462 has been marked as a duplicate of this bug. ***
Comment 2 Vladimir Riha 2013-02-14 13:33:40 UTC
AngularJS attributes (directives) can have various forms/prefixes. For instance, ng-app could be:
data-ng-app, x-ng-app. 

If possible, it would be nice to offer completion for AngularJS attributes in form of data-* as well
Comment 3 everflux 2013-05-21 18:54:59 UTC
The "data-ng-*" attributes are not marked as error even with Netbeans 7.3.
I am quite sure that this is (one of) the correct way from a HTML5 perspective.

data-ng-* completion would be really great.
Comment 4 Marek Fukala 2013-05-21 18:58:35 UTC
All the notations needs to be supported, it is a bug that is works just for the common ng-* syntax right now.
Comment 5 Vladimir Riha 2013-06-25 05:45:25 UTC
*** Bug 231444 has been marked as a duplicate of this bug. ***
Comment 6 Marek Fukala 2013-06-27 14:37:41 UTC
changeset:   257129:f71ddf0779f4
summary:     #224637 - implemented support for more AJS attribute directive notations
Comment 7 Quality Engineering 2013-06-28 02:18:43 UTC
Integrated into 'main-silver', will be available in build *201306272300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f71ddf0779f4
User: Marek Fukala <mfukala@netbeans.org>
Log: #224637 - implemented support for more AJS attribute directive notations
Comment 8 Marek Fukala 2013-08-27 12:57:57 UTC
fixed