Skip to content

Commit 59eca98

Browse files
committed
Support for Ionic 1.3.1
1 parent 9adcb91 commit 59eca98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6352
-3183
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ An open source library equivalent of Apple's [ResearchKit Framework](https://git
1414

1515
# Ionic Version Compatibility
1616

17-
- Ionic 1.1.x --> Fully Compatible
18-
- Ionic 1.2.x, 1.3.x --> Compatible except for irkScaleQuestionStep
17+
- Ionic 1.1.x - 1.3.x --> Fully Compatible
1918
- Ionic 2.x --> Not Yet Tested
2019

2120
# Installation

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionicRK",
33
"private": "true",
44
"devDependencies": {
5-
"ionic": "driftyco/ionic-bower#1.1.0"
5+
"ionic": "driftyco/ionic-bower"
66
},
77
"dependencies": {
88
"checklist-model": "~0.6.0",

www/lib/angular-animate/.bower.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "angular-animate",
3-
"version": "1.4.3",
3+
"version": "1.5.3",
4+
"license": "MIT",
45
"main": "./angular-animate.js",
56
"ignore": [],
67
"dependencies": {
7-
"angular": "1.4.3"
8+
"angular": "1.5.3"
89
},
910
"homepage": "https://github.com/angular/bower-angular-animate",
10-
"_release": "1.4.3",
11+
"_release": "1.5.3",
1112
"_resolution": {
1213
"type": "version",
13-
"tag": "v1.4.3",
14-
"commit": "4ce2a76359401102d2e0146ccf69e6c060799ff8"
14+
"tag": "v1.5.3",
15+
"commit": "671c738980fb0509b2b494716ccd8c004c39f368"
1516
},
16-
"_source": "git://github.com/angular/bower-angular-animate.git",
17-
"_target": "1.4.3",
17+
"_source": "https://github.com/angular/bower-angular-animate.git",
18+
"_target": "1.5.3",
1819
"_originalSource": "angular-animate"
1920
}

0 commit comments

Comments
 (0)