update plunkers versions
This commit is contained in:
parent
6a34dce5e0
commit
2379e8b86e
|
@ -5,9 +5,9 @@
|
||||||
*/
|
*/
|
||||||
(function(global) {
|
(function(global) {
|
||||||
|
|
||||||
var ngVer = '@2.0.0-rc.3'; // lock in the angular package version; do not let it float to current!
|
var ngVer = '@2.0.0-rc.4'; // lock in the angular package version; do not let it float to current!
|
||||||
var routerVer = '@3.0.0-alpha.7'; // lock router version
|
var routerVer = '@3.0.0-alpha.8'; // lock router version
|
||||||
var formsVer = '@0.1.1'; // lock forms version
|
var formsVer = '@0.2.0'; // lock forms version
|
||||||
var routerDeprecatedVer = '@2.0.0-rc.2'; // temporarily until we update all the guides
|
var routerDeprecatedVer = '@2.0.0-rc.2'; // temporarily until we update all the guides
|
||||||
|
|
||||||
//map tells the System loader where to look for things
|
//map tells the System loader where to look for things
|
||||||
|
|
Loading…
Reference in New Issue