Skip to content

Commit

Permalink
v0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Jan 15, 2014
1 parent 69d882f commit bbd184c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
12 changes: 7 additions & 5 deletions www/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20-alpha
* Ionic, v0.9.20
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -5808,8 +5808,9 @@ a.button {
right: -1px;
bottom: 0;
left: -1px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd; }
width: auto;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd; }
.slide-left-right-ios7 > .ng-enter, .slide-left-right-ios7.ng-enter {
/* NEW content placed far RIGHT BEFORE it slides IN from the RIGHT */
-webkit-transform: translate3d(100%, 0, 0);
Expand All @@ -5834,8 +5835,9 @@ a.button {
right: -1px;
bottom: 0;
left: -1px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd; }
width: auto;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd; }
.slide-left-right-ios7.reverse > .ng-enter, .slide-left-right-ios7.reverse.ng-enter {
/* NEW content placed far LEFT BEFORE it slides IN from the LEFT */
-webkit-transform: translate3d(-100%, 0, 0);
Expand Down
4 changes: 2 additions & 2 deletions www/css/ionic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Ionic Starter App, v0.9.20-alpha
// Ionic Starter App, v0.9.20

// angular.module is a global place for creating, registering and retrieving Angular modules
// 'starter' is the name of this angular module example (also set in a <body> attribute in index.html)
Expand Down
2 changes: 1 addition & 1 deletion www/js/ionic-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20-alpha
* Ionic, v0.9.20
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
2 changes: 1 addition & 1 deletion www/js/ionic-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions www/js/ionic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.20-alpha
* Ionic, v0.9.20
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand All @@ -16,7 +16,7 @@
window.ionic = {
controllers: {},
views: {},
version: '0.9.20-alpha'
version: '0.9.20'
};;
(function(ionic) {

Expand Down
4 changes: 2 additions & 2 deletions www/js/ionic.min.js

Large diffs are not rendered by default.

0 comments on commit bbd184c

Please sign in to comment.