winjs / angular-winjs

Project to smooth the AngularJS/WinJS interaction
Other
126 stars 46 forks source link

SplitView Options #58

Closed datenwort closed 9 years ago

datenwort commented 9 years ago

I like winjs and tried to get familar with angular-winjs. So I used the example for the splitView. But I missed a way to inject to options to the splitview. Is there a way to do this?

Saw the issue #15 and adapt the new parameter but i does not work.

<win-split-view id="splitView" opened-display-mode="'inline'" closed-display-mode="'none'">

It is always shown as opendDisplayMode="overlay" and closedDisplayMode="inline"