Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2484f6a

Browse filesBrowse files
funcionando sista con ionic v1.2.4
las versiones mayores a 1.2.0 tienen habilitado por default nativescroll, y esto rompe sista, entonces para que funcione hay que hacer lo siguiente //jsScroll voy a pooner tru para probar sista $ionicConfigProvider.scrolling.jsScrolling(true)
1 parent 600e1a1 commit 2484f6a
Copy full SHA for 2484f6a

File tree

Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎bower.json‎

Copy file name to clipboardExpand all lines: bower.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "HelloIonic",
33
"private": "true",
44
"devDependencies": {
5-
"ionic": "1.1.0"
5+
"ionic": "1.2.4"
66
},
77
"dependencies": {
88
"ionic-ion-header-shrink": "*",
Collapse file

‎www/js/app.js‎

Copy file name to clipboardExpand all lines: www/js/app.js
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ angular.module('starter', ['ionic', 'starter.controllers',
3232
// $ionicConfigProvider.tabs.position('top');
3333
$ionicConfigProvider.tabs.position('bottom');
3434

35+
//jsScroll voy a pooner tru para probar sista
36+
$ionicConfigProvider.scrolling.jsScrolling(true)
37+
3538
// Ionic uses AngularUI Router which uses the concept of states
3639
// Learn more here: https://github.com/angular-ui/ui-router
3740
// Set up the various states which the app can be in.
Collapse file

‎www/templates/tab-chats.html‎

Copy file name to clipboardExpand all lines: www/templates/tab-chats.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>{{chat.name}}</h2>
1212
</ion-option-button>
1313
</ion-item>
1414
</ion-list>
15-
<div class="list card" ng-repeat="n in [1,2,3,4]">
15+
<div class="list card" ng-repeat="n in [1,2,3,45,6,7,8,9]">
1616
<div class="item item-body">
1717
<p>
1818
Bacon ipsum dolor amet beef cow pork, picanha sirloin filet mignon alcatra bacon ham. Landjaeger fatback jowl short ribs shoulder sirloin tongue picanha. Boudin tail strip steak shankle, turkey capicola pancetta tongue pork chop drumstick meatloaf. Venison tongue fatback strip steak ribeye kevin, capicola bacon.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.