[Forms] Add example for toolbar

Add example for use of the mct-toolbar directive,
WTD-684.
This commit is contained in:
Victor Woeltjen
2015-01-15 15:36:07 -08:00
parent c49e641bca
commit 74e2dbe3f8
2 changed files with 85 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<div ng-controller="ExampleFormController">
<mct-toolbar structure="toolbar" ng-model="state" name="aToolbar">
</mct-toolbar>
<mct-form structure="form" ng-model="state" name="aForm">
</mct-form>