dist build

This commit is contained in:
Adam Bradley
2014-01-10 15:13:16 -06:00
parent 7cbfcc18d8
commit 6d9dffe8e5
8 changed files with 8 additions and 11 deletions

1
dist/css/ionic.css vendored
View File

@@ -1,4 +1,3 @@
@charset "UTF-8";
/*!
* Copyright 2014 Drifty Co.
* http://drifty.com/

View File

@@ -1,4 +1,4 @@
@charset "UTF-8";/*!
/*!
* Copyright 2014 Drifty Co.
* http://drifty.com/
*

View File

@@ -1,4 +1,3 @@
@charset "UTF-8";
/*!
* Copyright 2013 Drifty Co.
* http://drifty.com/

View File

@@ -1,4 +1,4 @@
@charset "UTF-8";/*!
/*!
* Copyright 2013 Drifty Co.
* http://drifty.com/

View File

@@ -2090,7 +2090,6 @@ angular.module('ionic.ui.scroll', [])
sc.className = 'scroll';
if(attr.padding == "true") {
sc.classList.add('padding');
addedPadding = true;
}
if($scope.$eval($scope.paging) === true) {
sc.classList.add('scroll-paging');
@@ -3047,7 +3046,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
}
});
}
};
}
};

View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

@@ -222,7 +222,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
}
});
}
};
}
};