Module to use for AngularJS

Josh Wheeler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2015

AngularJS and Google Closure Templates don't play well together.  What sort of "module" (ie: atlas-create-stash-plugin-module) would I need to create in order to make a page with AngularJS?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Adam
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 24, 2015

As far as I know, no Atlassian product makes an effort to support Angular in plugins. If you want to create a page with Angular, you'll probably end up writing all your UI code yourself (or at least writing Angular wrappers around the AUI components).

The "modules" you need to write a page in Angular is:

<servlet> - to server your page (https://developer.atlassian.com/display/DOCS/Servlet+Plugin+Module)

<web-resource> - to serve any JS/CSS alongside your page.  You'll include your copy of Angular here.(https://developer.atlassian.com/display/DOCS/Web+Resource+Plugin+Module)

TAGS
AUG Leaders

Atlassian Community Events