Code Monkey home page Code Monkey logo

Comments (2)

afloyd avatar afloyd commented on August 18, 2024

👍

from ng-joyride.

afloyd avatar afloyd commented on August 18, 2024

I didn't do a "full" implementation as it should be... But I forked the code and added a disable checkbox to the modals.

When instantiating the ng-joyride directive you should put a dont-show-fn attribute (ie <ng-joyride dont-show-fn="myFunc()" />) in there that references a function you want to run when the checkbox is checked and the user clicks skip or finish while on the joyride.

In my case I added a "hideJoyride" value to my user object and my dontShowFn then sets that value to true so on future visits I never enable the joyride...

A possible enhancement to what I did is if a dontShowFn is not passed in, and they click the disabled checkbox then it will update a browser cookie to not show on future visits. Hope it helps someone else looking for this.

I didn't issue a pull request since it's not fully implemented for all use cases, and you cannot selectively show/hide the checkbox through configuration. But hopefully it helps someone else that needs this

Cheers,
Austin

https://github.com/afloyd/ng-joyride
through bower use:
"ng-joyride-af": "0.1.12"

from ng-joyride.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.