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 234990 - Make the Angular Js support wide usable
Summary: Make the Angular Js support wide usable
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Linux
: P2 normal with 2 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on: 231870 231924 231990 234875 234994 234998 234991 234993
Blocks:
  Show dependency tree
 
Reported: 2013-08-26 07:03 UTC by Petr Pisl
Modified: 2015-09-09 11:41 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2013-08-26 07:03:37 UTC
Today the Angular JS support supports coding javascript only in the way, when a controller is directly used in an html page. Also there are tasks, that should be done to consider the support to be finished.

This is umbrella task for finishing the support.
Comment 1 Petr Pisl 2013-08-26 08:02:29 UTC
Probably the most import issue is parsing app.js and understand how the controllers are defined: #234991.

The next important issue is issue #234993, where we need change the way how the virtual source for angular pages is generated. This also include issue #234994, that requires implement changes in the javascript model. 

Also we should offer some documentation for Angular API, see issue #231990.

Extending possibility of javascript source model can improve the usability of Angular JS as well. This mainly includes issues #231924 or issue #231870, that are not directly connected with Angular JS from the JavaScript editor point of view. 

Next area is supporting user directives. We can implement issue #234998. There is also one enhancement for supporting user directives in more general way, see issue #234875.