wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Only yield non-NULL template if DisplayMemberPath is set, otherwise l… #257

Open hypersw opened 8 years ago

hypersw commented 8 years ago

…eave it NULL for ContentPresenter to try looking up a template in resources by the data type. (gh-255)

BSick7 commented 8 years ago

Can you add tests to verify this change?