Skip to content
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

Лишние подписки для события ns-model-insert и ns-model-remove для моделей неколлекций #646

Open
chestozo opened this issue Mar 16, 2017 · 0 comments

Comments

@chestozo
Copy link
Member

Пример:
декларирую вид, указываю зависимость от модели, которая не является коллекцией.
Получаю такое:

ns.View.define('my-test-view', { models: { message: false } })

ns.View.info('my-test-view').models // ->
{
  "message": {
    "ns-model-insert": "keepValid",
    "ns-model-remove": "keepValid",
    "ns-model-changed": "keepValid",
    "ns-model-destroyed": "keepValid"
  }
}

ns-model-insert и ns-model-remove для этой модели никогда не произойдут, значит и подписываться на них не надо.

Кажется, достаточно легко не подписываться на эти события.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant