forked from akveo/blur-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(inputs): fix selects, switches
- Loading branch information
1 parent
63e73a5
commit 4e3db96
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<div ng-init="switches = [ true, true, true, true, true, true ]" class="switches clearfix"> | ||
<switch color="success" ng-model="switches[0]"></switch> | ||
<switch color="primary" ng-model="switches[5]"></switch> | ||
<switch color="warning" ng-model="switches[1]"></switch> | ||
<switch color="danger" ng-model="switches[2]"></switch> | ||
<switch color="info" ng-model="switches[3]"></switch> | ||
<switch color="success" ng-model="switches[0]"></switch> | ||
<switch color="default" ng-model="switches[4]"></switch> | ||
<switch color="primary" ng-model="switches[5]"></switch> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters