-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Space.ui.Mediator not available #12
Comments
Hey @zimt28! |
I am closing this, as I can't reproduce your problem from here without any further information ;-) |
I'll try the latest version tomorrow and then let you know if it works! |
cool thanks! |
Will take some more time as martino:iron-router-i18n doesn't support iron:router 1 yet and I don't get the latest version of space:ui because of that /: |
@zimt28 please try it with version 3.4.0 – I removed iron-router support and with it the dependency on any specific iron-router version. Since the RouterController API wasn't very useful anyway this makes more sense. Please have a look at the TodoMVC example to see how |
Nice :) Just ported my first page to space:ui, great work 👍 |
Awesome! Glad it works for you now :-) |
Yeah, thanks :) How would you get a single document from the store? |
You can put anything into the setInitialState: -> {
firstTodo: @todos.findOne()
} and change it later to anything else in any of the store methods: @setState 'firstTodo', title: 'blablub' |
When I
meteor add space:ui
to an existing app and run it, there is noSpace.ui.Mediator
available. Where can I get it from?The text was updated successfully, but these errors were encountered: