sproutcore / guides

The guides source. Build and push to https://github.com/sproutcore-guides/sproutcore-guides.github.com.

Home Page:http://guides.sproutcore.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong Binding Syntax - 2

eduardodeoh opened this issue · comments

In http://guides.sproutcore.com/views.html#using-css-to-style-a-view

isVisibleBinding: SC.Binding.from('MyApp.contactsController.hasSelection').not(),

change to:

isVisibleBinding: SC.Binding.not('MyApp.contactsController.hasSelection')