-
```mustache
```
Ideally, we'd be able to setup bindings on `%element.value` assuming it is decorated with `can.getKeyValue`.
cc @Macrofig
-
https://github.com/badoo/Reaktive
https://github.com/joreilly/PeopleInSpace
-
A lot of programmers and demo makers seem to forget that the keyboard is still an efficient form of data entry and UI control. A sample to something a little more complex like pressing the escape key …
-
I really wish to see that one day, we have a native support for MVVM Pattern in all XAML based applications (Xamarin , UWP , and WPF) like you did in ASP.NET MVC
We need a native support of MVVM…
-
1. go to list view
2. add story, any kind
3. remove same story directly after creation in detail view
Maybe related: "Tried to create a story via the story list, uploaded an image and the app c…
-
Many apps talk to external data sources via some kind of "Data Layer." Some folks call these Data Layer objects "Repositories," while others call these same type of objects "Services."
Which makes …
-
I am using the useConnect hook to connect to different viewmodels from the same client.
It seems that when I do "PushUpdates" in one of the viewmodels, the changes of both viewmodels are transmitted …
-
It was quite noticeable that there are quite a few improvements can be made on your ViewModel layer. As of now, all the network calls are executed directly in the ViewModel and there is no Network lay…
-
I have not found any way to add multiple Axis to a Chart dynamically using the MVVM pattern.
When binding to
``
my App kept crashing with a null reference Exception no matter what i did and i coul…
-
On iOS the picture chooser plugin does not launch, this is because the picturechooser plugin relies on the PresentModalViewController which just returns false.
I propose that it be changed to:
``` c…