Skip to content
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e1ec21d
Merge branch 'master' into checkpoint2
chandermani Nov 4, 2015
4e4fd77
Fixed path to rest image.
chandermani Nov 6, 2015
1ddd0ac
Fixed 2.1 checkpoint code.
chandermani Nov 19, 2015
ebe7bc2
Fixed 2.1 checkpoint code.
chandermani Nov 19, 2015
02c1d3f
Fixed checkpoint2.2 code.
chandermani Nov 19, 2015
dc49f37
Removed platform directive as refence in component.
chandermani Dec 5, 2015
f59a303
Added nav bar and fixed container style
chandermani Dec 8, 2015
4394205
Remove NgStyle import.
chandermani Dec 10, 2015
a6d6f7d
Added audio reference to exercise data.
chandermani Dec 13, 2015
b4a975e
Fixed readme and package urls
chandermani Dec 14, 2015
28f1ec4
Bumped Angular package.
chandermani Dec 15, 2015
8ad38c7
Upgraded to angular beta.
chandermani Dec 17, 2015
a2c08a9
Moved the index template to app component. Index now only has trainer…
chandermani Dec 23, 2015
9e9a3b5
Update to Angular 2.0.0-beta.14
kevinhennessy Apr 12, 2016
934ae95
Upgraded to Angular 2.0.0 beta 15
chandermani Apr 17, 2016
6febc35
Fixed SPA HTML5 mode. C'hanged gulp to use gulp-connect.
chandermani Apr 17, 2016
0d376c4
Adding back the missing reference to system.js
chandermani Apr 21, 2016
cea28f4
Upgraded to Angular 2 rc1
chandermani May 9, 2016
cd08a3e
Refactoring according to style guide.
chandermani May 10, 2016
ca76a70
Removed reference for deprecated router
chandermani May 17, 2016
5bfa4eb
Upgraded to angular rc2
chandermani Jun 18, 2016
1d9b7d8
Upgraded to angular rc4
chandermani Jul 1, 2016
d1e048f
Updated systemjs to support bundled umd files
chandermani Jul 9, 2016
7c4d139
Updated ES6 typing definition to use core-js
chandermani Jul 30, 2016
e8237a7
Update GuessTheNumber to RC4
kevinhennessy Aug 24, 2016
0f73b17
Removed extra router reference from systemjs.config.js
chandermani Aug 28, 2016
9e6379a
Update README.md
chandermani Aug 28, 2016
8d90476
Update README.md
chandermani Aug 28, 2016
aa968ca
Update README.md
chandermani Aug 31, 2016
91c67df
Upgrade GTN to final release
kevinhennessy Sep 16, 2016
2d14f2e
Upgraded to Angular 2.0.0. Added module for workout-runner
chandermani Aug 15, 2016
014d161
Replace npmcdn.com with unpkg.com
kevinhennessy Sep 19, 2016
b11a1f9
Removed the workout-runner.module, from current branch. Will be intro…
chandermani Sep 25, 2016
3c69241
Removed typings tool. Typings will come as npm package. Upgraded gulp…
chandermani Mar 9, 2017
6112b1a
Updated readme describing the new way to instal typings
chandermani Mar 15, 2017
35dae0f
lock dependency on types core js to 0 9 36
kevinhennessy Mar 27, 2017
75f5955
Merge remote-tracking branch 'origin/checkpoint2.2' into checkpoint2.2
kevinhennessy Mar 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgraded to Angular 2.0.0 beta 15
  • Loading branch information
chandermani committed Apr 17, 2016
commit 934ae95d61c7338676700da927936e7041b1eb10
7 changes: 3 additions & 4 deletions trainer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
"serve-static": "^1.10.0"
},
"dependencies": {
"angular2": "2.0.0-beta.14",
"es6-shim": "^0.35.0",
"angular2": "2.0.0-beta.15",
"es6-shim": "0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.6",
"zone.js": "0.6.6"
"zone.js": "0.6.10",
}
}