Code Monkey home page Code Monkey logo

Comments (2)

tafax avatar tafax commented on July 29, 2024

Hi @smebberson,
FSM is a generic state machine library, so you can use it for any purpose. Anyway, I think your task is not suitable for a state machine. Based on you wrote, you can address it using a simple logic in the controller by displaying the filter button with a conditional code in your HTML and making it dependent on a boolean value that you can set based on filter parameters or whatever. Maybe, a state machine is a too complex strategy in your case.

from angular-state-machine.

geemang2000 avatar geemang2000 commented on July 29, 2024

I too have a usecase where FSM would be useful in a per-controller basis. I have a controller that needs to manage a series of UI interactions with my server (each with multiple branches) in order to complete a unit of work. As the state changes the UI might reflect the current state or prompt the user to fix something. I'm currently implementing my own StateMachine with the $scope variables. This isn't very DRY, so this lead me to look for a FSM module I can use across many controllers. Is it possible to have multiple instances of FSM?

from angular-state-machine.

Related Issues (7)

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.