Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

All the sample plunker from API Reference page examples aren't working #15437

Closed
pankajparkar opened this issue Nov 26, 2016 · 2 comments
Closed

Comments

@pankajparkar
Copy link

pankajparkar commented Nov 26, 2016

Bug

All the plunker which are provided on API Reference page aren't working. Suppose take an example of ngRepeat API, when click on Edit Plunkr link (provided on top of example code window) it opens a plunker but that code isn't working because of wrong angular.js version reference.

Below is the link taken from plunkr

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.10-build.5166/angular.min.js"></script>

If you look at script tag inside a plunker it has version like this 1.5.10-build.5166, which should be ideally something like 1.5.8(stable version).

@pankajparkar
Copy link
Author

pankajparkar commented Nov 26, 2016

Note @gkalpak It was broken since 1.5.9-build.xxxx , may be week back, so I thought I should log a bug.

@gkalpak
Copy link
Member

gkalpak commented Nov 26, 2016

It was possibly broken by ce49edc. It was actually broken by b28f1fc.
I'll take a look. It should be using https://code.angularjs.org/snapshot/angular.min.js. Thx for bringing it up!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.