File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h3>Lightchain</h3>
21
21
</ div >
22
22
< div class ="submit-btn-container ">
23
23
< button type ="submit " id ="submit " ng-click ="startSpin() " class ="btn btn-default btn-lg col-md-12 ">
24
- < span > Explore </ span > </ button >
24
+ < span > Log in </ span > </ button >
25
25
</ div >
26
26
27
27
</ form >
Original file line number Diff line number Diff line change 53
53
54
54
< div class ="col-md-12 ">
55
55
< input id = "fileUpload " ng-show ="false " type ="file " />
56
- < div class ="col-md-12 ">
56
+ < div ng-controller =" bank_modalCtrl " class ="col-md-12 ">
57
57
<!--<div class="fileupload"><i class="fa fa-upload"></i><span>Import Addresses</span><input class="upload" type="file" id="file" name="file" ng-click="import()"/></div>-->
58
58
59
- < button ng-click ="invest () "> < span class ="col-md-6 text-center "> < i class ="fa fa-upload "> </ i > Invest</ span > /< span class ="col-md-4 text-center "> < i class ="fa fa-download "> </ i > Divest</ span > </ button >
59
+ < button class =" custom_button " ng-click ="open () "> < span class ="col-md-6 text-center "> < i class ="fa fa-upload "> </ i > Invest</ span > /< span class ="col-md-4 text-center "> < i class ="fa fa-download "> </ i > Divest</ span > </ button >
60
60
61
61
</ div >
62
62
<!--<div class="col-md-4 text-center">
70
70
< div class ="col-md-6 text-center ">
71
71
< span > You are supplying 0.000000% of the network's net worth.</ span >
72
72
</ div >
73
+
74
+
75
+ <!-- Example for modal button
76
+
77
+ <div ng-controller="bank_modalCtrl">
78
+ <div class="connect-btc-container" style=" font-family: 'Sans-Serif';">
79
+
80
+ <button ng-hide="connected" ng-click="open()" class="btn btn-submit btn-block btn-connect-btc">Connect Passport + Dividend % / IOU Contract</button>
81
+
82
+ </div>
83
+ </div>
84
+ <div ng-show="connected">
85
+
86
+ <button ng-show="connected" class="connected-btc btn btn-submit btn-block ">Connected :)</button>
87
+
88
+ -->
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ <h3><i class="fa fa-group"></i> Available DAO's</h3>
36
36
< th class ="sorting " tabindex ="0 " aria-controls ="ticket-table " rowspan ="1 " colspan ="1 " aria-label ="Priority: activate to sort column ascending " style ="width: 110px; "> Net Worth</ th >
37
37
</ tr >
38
38
</ thead >
39
- < div class ="file-list " id ="cont-file-list "> < div class ="file-row cf "> < div class ="left "> < div class ="name "> rsz_img_0019.jpg</ div > < div class ="hash "> < code > 62dbf7d85c655d061597fd0a35cce39942b042f06f93ae8d21d1b140761239c8 + key</ code > </ div > </ div > < div class ="right "> < button class ="btn btn-dl "> < i class ="fa fa-download "> </ i > Download</ button > </ div > < div class ="right "> < button class ="btn btn-copy-url "> < i class ="fa fa-clipboard "> </ i > Copy URL</ button > </ div > </ div > </ div >
40
39
< tbody >
41
40
< tr role ="row " class ="odd ">
42
41
< td class ="sorting_1 ">
Original file line number Diff line number Diff line change 1
-
1
+ < div ng-controller =" WalletCtrl " >
2
2
< div id ="current-address " class ="ng-scope ">
3
3
4
4
< div class ="h3 text-center ">
20
20
< div class ="col-md-4 text-left ">
21
21
<!--<div class="fileupload"><i class="fa fa-upload"></i><span>Import Addresses</span><input class="upload" type="file" id="file" name="file" ng-click="import()"/></div>-->
22
22
23
- < button ng-click ="import() "> < i class ="fa fa-upload "> </ i > Import Wallet</ button >
23
+ < button class =" custom_button " ng-click ="import() "> < i class ="fa fa-upload "> </ i > Import Wallet</ button >
24
24
25
25
</ div >
26
26
< div class ="col-md-4 text-center ">
27
- < button ng-click ="generateAddress() "> Generate New Address</ button >
27
+ < button class =" custom_button " ng-click ="generateAddress() "> Generate New Address</ button >
28
28
</ div >
29
29
< div class ="col-md-4 text-right ">
30
- < button ng-click ="backup() "> < i class ="fa fa-download "> </ i > Backup Wallet</ button >
30
+ < button class =" custom_button " ng-click ="backup() "> < i class ="fa fa-download "> </ i > Backup Wallet</ button >
31
31
</ div >
32
+ </ div >
32
33
</ div >
You can’t perform that action at this time.
0 commit comments