winjs / angular-winjs

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

Content Dialog not available #18

Closed batjo closed 9 years ago

batjo commented 9 years ago

I tried it like this (from the flyout example)

<button id="contentDialogAnchor">Show a content dialog!</button>
<win-content-dialog anchor="'#contentDialogAnchor'">This is the content dialog content!!</win-content-dialog>

Maybe you could also add an example to the README.md also explaining how to use title, primaryCommandText and secondaryCommandText.

Thanks!

rigdern commented 9 years ago

@TheWrathOfConst let's add ContentDialog to the README.

TheWrathOfConst commented 9 years ago

I've improved the documentation in the readme. It now shows use of several properties and also demonstrates how to make a ContentDialog appear