You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.
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!
gkalpak
added a commit
to gkalpak/angular.js
that referenced
this issue
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 like1.5.8
(stable version).The text was updated successfully, but these errors were encountered: