[Dialog] Refactor dialogService
Refactor dialogService to remove redundant code after changes for WTD-1033.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
href=''
|
||||
class="btn lg"
|
||||
title="{{option.description}}"
|
||||
ng-click="ngModel.click(option.key)"
|
||||
ng-click="ngModel.confirm(option.key)"
|
||||
ng-class="{ major: $first, subtle: !$first }">
|
||||
{{option.name}}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user