mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fix(es6-shim): References #292. Adding in es6-shim to package.json. Change the for() iterator in segment.ts changed to use a simple for loop. Short circuit functions in segment.ts incase there are no buttons, just return.
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
"link": "npm install && gulp src && npm link"
|
||||
},
|
||||
"dependencies": {
|
||||
"angular2": "2.0.0-alpha.42",
|
||||
"@reactivex/rxjs": "0.0.0-prealpha.3",
|
||||
"angular2": "2.0.0-alpha.42",
|
||||
"es6-shim": "^0.33.6",
|
||||
"reflect-metadata": "0.1.1",
|
||||
"zone.js": "0.5.8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user