延长一个timer

This commit is contained in:
luchenqun 2017-03-20 13:04:35 +08:00
parent e154f2b543
commit 584a58496b
1 changed files with 1 additions and 2 deletions

View File

@ -279,7 +279,6 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
$scope.loadBusy = false; $scope.loadBusy = false;
} else if (params.showStyle == 'costomTag') { } else if (params.showStyle == 'costomTag') {
$scope.costomTags.forEach((tag) => { $scope.costomTags.forEach((tag) => {
console.log('tag', tag)
if (tag.clicked) { if (tag.clicked) {
$scope.updateCostomTagBookmarks(tag.index) $scope.updateCostomTagBookmarks(tag.index)
} }
@ -316,7 +315,7 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
$('.js-bookmark-dropdown' + ' .field.item').removeClass('active selected'); $('.js-bookmark-dropdown' + ' .field.item').removeClass('active selected');
$('.js-field-' + $scope.showStyle).addClass('active selected'); $('.js-field-' + $scope.showStyle).addClass('active selected');
} }
}, 100) }, 1000)
} }
function transition() { function transition() {