mirror of
https://github.com/bitwarden/web
synced 2026-01-05 10:03:29 +00:00
[CL-38] Follow Angular styleguide naming convention (#1655)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<app-user-verification [(ngModel)]="verification" name="secret"> </app-user-verification>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button bit-button buttonType="primary" type="submit" [disabled]="form.loading">
|
||||
<button bitButton buttonType="primary" type="submit" [disabled]="form.loading">
|
||||
<i
|
||||
class="bwi bwi-spinner bwi-spin"
|
||||
title="{{ 'loading' | i18n }}"
|
||||
@@ -43,7 +43,7 @@
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
bit-button
|
||||
bitButton
|
||||
buttonType="secondary"
|
||||
type="button"
|
||||
data-dismiss="modal"
|
||||
|
||||
Reference in New Issue
Block a user