Sarath R
Sarath R

Reputation: 13

Getting error while adding angular.js file to plunker

I'm getting an error while adding a file (angular2.js) to my plunker. Can somebody please help me identifying and resolving the exact problem?

This is the screenshot of the error message screenshot of the error message

Upvotes: 0

Views: 71

Answers (2)

Durgpal Singh
Durgpal Singh

Reputation: 11953

see this i create a plunkr (hello world program)

plunkr here

Upvotes: 1

Sumantha Poojary
Sumantha Poojary

Reputation: 124

Use this link and try.

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>

Upvotes: 2

Related Questions