mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
travelListTemplate
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
// 'starter.controllers' is found in controllers.js
|
||||
|
||||
|
||||
//var urlapi = "http://localhost:3000/api/";
|
||||
var urlapi = "http://localhost:3000/api/";
|
||||
//var urlapi = "http://192.168.1.36:3000/api/";
|
||||
var urlapi = "http://51.255.193.106:3000/api/";
|
||||
//var urlapi = "http://51.255.193.106:3000/api/";
|
||||
|
||||
angular.module('starter', [
|
||||
'ionic',
|
||||
|
||||
@@ -18,6 +18,7 @@ angular.module('app.travels', ['pascalprecht.translate'])
|
||||
if (data.data.length < 1) {
|
||||
console.log("setting loadMorePagination to false");
|
||||
$scope.loadMorePagination = false;
|
||||
$scope.$broadcast('scroll.infiniteScrollComplete');
|
||||
}
|
||||
|
||||
}, function(data) {
|
||||
|
||||
Reference in New Issue
Block a user