rename at-easy-modal to at-dialog

This commit is contained in:
Jake McDermott
2019-03-18 08:00:44 -04:00
parent dfaf19cdf3
commit 8180a2060a
7 changed files with 22 additions and 22 deletions
@@ -1,4 +1,4 @@
<at-easy-modal title="vm.title" on-close="vm.onClose" ng-show="vm.isReady">
<at-dialog title="vm.title" on-close="vm.onClose" ng-show="vm.isReady">
<at-tab-group>
<at-tab
state="vm.tabs.credential"
@@ -86,4 +86,4 @@
</at-action-button>
</at-action-group>
</at-form>
</at-easy-modal>
</at-dialog>