还是去掉书签页面动画

This commit is contained in:
luchenqun 2017-03-01 21:55:54 +08:00
parent 18e11c34c8
commit 8db1fc1c06
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
login: true, login: true,
index: 0 index: 0
}); });
transition(); // transition();
}) })
.catch((err) => console.log('getBookmarks err', err)); .catch((err) => console.log('getBookmarks err', err));
} }