Use point icon for ng-click
This commit is contained in:
parent
b40ff4fb43
commit
ce22e44534
3 changed files with 22 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
<input type="text" class="form-control" id="lines" ng-model="lines" placeholder="40">
|
||||
<p class="help-block">Enter number of lines to sync from WeeChat on connect</p>
|
||||
</div>
|
||||
<button class="btn btn-lg btn-primary" ng-click="connect()">Connect!</button>
|
||||
<button class="btn btn-lg btn-primary" ng-click="connect()">Connect <i class="glyphicon glyphicon-chevron-right"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -129,9 +129,14 @@
|
|||
<div class="brand pull-left">
|
||||
<img alt="brand" src="img/favicon.png">
|
||||
</div>
|
||||
<div class="title">
|
||||
<div class="title pull-left">
|
||||
{{ pageTitle}}
|
||||
</div>
|
||||
<div class="actions pull-right">
|
||||
<a ng-click="disconnect()">
|
||||
<i class="glyphicon glyphicon-remove"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<form class="form-inline" role="form">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue