Single page jump add back and jump rotation painting (imitation app) only for single page and jump useful, I use is angualr, there will not be a private messages to ask me.

Source: Internet
Author: User

var PageManager = {

_pageindex: 1,

init:function () {

var = this ;

$scope. $on (' $locationChangeStart ', function() {

var state = History.state | | {};

console.log (state._pageindex)

console. Log (Self._pageindex)

if (state._pageindex <= self._pageindex) {

console.log (' back ')

Add an animated style

self._back ();

} else {

console.log (' jump ')

Add an animated style

self._go ();

}

if (history.state) {

this._pageindex = history.state._pageindex;

}

this._pageindex--;

return this;

});

},

_go: function (config) {

This._pageindex + +;

history.replacestate && history.replacestate ({_pageindex: this._pageindex}, ', location.href);

return this ;

},

_back: function (config) {

This._pageindex --;

return this ;

},

}

. Init ();

Single page jump add back and jump rotation painting (imitation app) only for single page and jump useful, I use is angualr, there will not be a private messages to ask me.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.