This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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
Description
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).