Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Passing a boolean to can component

$
0
0
I thought about not including selectable=".." and that works as long as the default is false. But it is not a great solution, as the default might be true in some cases.

I wonder about this:

       <client-list clients="{clients}" selectable="{true}">

I am guessing this looks for a variable in the scope called 'true' e.g. scope['true'], then it would be undefined, therefore it doesn't show. Maybe I should open an issue about this. What others expect from this?



Viewing all articles
Browse latest Browse all 3491

Trending Articles