Code Monkey home page Code Monkey logo

Comments (7)

Urigo avatar Urigo commented on May 18, 2024

@dotnetwise thanks for the feedback!
Have you seen the tutorial?

My plan is to expand the tutorial to include everything I can, so I would love to hear more requirements.
Can you specify specific scenarios that you like me to include?

Thanks again

from angular-meteor.

seiyria avatar seiyria commented on May 18, 2024

I would like a $subscribe example. I'm not sure if what I'm doing is correct (allPlayers is my method, IdlePlayers is my collection).

      $subscribe.subscribe 'allPlayers'
      .then ->
        $collection IdleCollections.IdlePlayers
        .bind $scope, 'players'

from angular-meteor.

Urigo avatar Urigo commented on May 18, 2024

@seiyria yes, I should add a chapter specifically to subscriptions, that's a good idea.
About your example, you can also do this (I'm writing it in plain JS):

$collection(IdleCollections.IdlePlayers).bind($scope, 'players', false, 'allPlayers');

from angular-meteor.

seiyria avatar seiyria commented on May 18, 2024

Ooh. Spiffy. Thanks for sharing, I like that shorthand a lot better.

from angular-meteor.

wuxianliang avatar wuxianliang commented on May 18, 2024

These days, I was trying to use angular-meteor with ui-calendar. The concrete problem is evenSources does not work well with the $collection-$scope binding in my hand. The deeper problem is that meteor's native way is easy to integration with others, e.g. jquery plugins. Angular is strong but the integration will be a problem for new, which we understand the angular's project ---Socially but only understand Socially. So I'd like to see more integrations in the tutorials. Thank you very much.

from angular-meteor.

Urigo avatar Urigo commented on May 18, 2024

@wuxianliang Actually in one of our production app we did we ui-calendar (later changed into ui-bootstrap fork of the date-picker that we did).
I will definitely add a calendar integration into socially soon!

from angular-meteor.

Urigo avatar Urigo commented on May 18, 2024

@wuxianliang I've added a card to our public Trello board for adding a chapter with calendar support:

https://trello.com/c/V4TjdbYk/22-add-a-step-with-calendar-datepickers-and-dates

Closing this issue as I'm adding also an API reference to docs where I'll show an example of $subscribe

Please request anything you want to see in the docs/tutorial

from angular-meteor.

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.