Skip to content

Commit 57b3887

Browse files
committed
updated to RC4, and everything seems to work
1 parent 9db5c75 commit 57b3887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(function(global) {
22

3-
var ngVer = '@2.0.0-rc.3'; // lock in the angular package version; do not let it float to current!
3+
var ngVer = '@2.0.0-rc.4'; // lock in the angular package version; do not let it float to current!
44

55
//map tells the System loader where to look for things
66
var map = {

0 commit comments

Comments
 (0)