Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to include AngularJS from a CDN on a Bamboo servlet?

Wilbert Lam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 15, 2014

I've been using Google's CDN library to call AngularJS from my velocity template, but for some reason it won't load (while Bootstrap loads fine from a CDN). It works fine when I'm working locally, but when I test it in a Bamboo instance, it fails to load. Is there anything I need to set perhaps?

Thanks!

1 answer

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 16, 2014

Hi Wilbert,

Thank you for your question.

Would be possible to inform how are you including your CDN by pasting a sample code, please?

Kind regards,
Rafael

Wilbert Lam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2014
<head>
		<title>CDPipeline Wallboard</title>
		<meta name="decorator" content="atl.general">
 		<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script>
 		<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
		<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
		${webResourceManager.requireResource("com.cobalt.cdpipeline.cdpipeline:cdpipeline-resources")}
</head>

It appears that Angular is loaded when I inspect element, but I get errors in the console like:" ReferenceError: Can't find variable: plugin ". The strangest thing is when I download the angular source file and load it as a web resource, it works fine. Just not when using the above listed CDN I copied from the Google API library.

Thanks Rafael!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events