GithubHelp home page GithubHelp logo

is the build stable ? about sticky-states HOT 4 CLOSED

ui-router avatar ui-router commented on April 26, 2024
is the build stable ?

from sticky-states.

Comments (4)

christopherthielen avatar christopherthielen commented on April 26, 2024 1

@sosloow two things about angular-ui-router 1.0.0-beta.1

  1. it doesn't have the plugin API so you have to use a different bootstrap
  2. it doesn't have $uiRouter. Instead, I think it has ng1UIRouter

Try bootstrapping like this example which uses beta.1, or just update to 1.0.0-rc.1
http://plnkr.co/edit/cK3Zf2y0uchplE8JjjOY?p=preview

app.run(function(ng1UIRouter, $trace) {
  var vis = window['ui-router-visualizer'];
  vis.StateVisualizer.create(ng1UIRouter);
  vis.TransitionVisualizer.create(ng1UIRouter);
})

from sticky-states.

christopherthielen avatar christopherthielen commented on April 26, 2024

looks like it's broken at the moment, sorry.

I think it needs to be updated for breaking changes in ui-router-core 3.x

from sticky-states.

christopherthielen avatar christopherthielen commented on April 26, 2024

Updated for ui-router-core 4.0+ please try again! This should be compatible with angular-ui-router 1.0.0-rc.1+ and ui-router-ng2 1.0.0-beta.4+ (soon to be released)

from sticky-states.

sosloow avatar sosloow commented on April 26, 2024

Sorry, maybe it's not related to the plugin itself, but I'm trying to use it with [email protected] and I keep getting error Unknown provider: $uiRouterProvider like here https://plnkr.co/edit/IoxiELQsAACxWxhDWsYq?p=preview

Am I doing something wrong or there's another way to add the plugin?

from sticky-states.

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.