report application view

This commit is contained in:
gayathri1990 2018-10-25 10:37:39 +05:30
parent 45ee323a47
commit 74b0cec6b2

View File

@ -80,6 +80,9 @@
</form> </form>
<!-- <pre>{{statusr | json}}</pre> --> <!-- <pre>{{statusr | json}}</pre> -->
<div class="row" style="text-align: right;"> <div class="row" style="text-align: right;">
<div class="col-md-6">
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" />
</div>
<div class="col-md-6" style="align:right"> <div class="col-md-6" style="align:right">
<button class="btn btn-success btn-o" ng-click="sendingsms()">Send SMS</button> <button class="btn btn-success btn-o" ng-click="sendingsms()">Send SMS</button>
<button class="btn btn-success btn-o" ng-click="calltracking()">Call Tracking</button> <button class="btn btn-success btn-o" ng-click="calltracking()">Call Tracking</button>
@ -87,6 +90,7 @@
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button> <button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
</div> </div>
</div>
<div class="table-responsive" style="margin-top: 20px;"> <div class="table-responsive" style="margin-top: 20px;">
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.9em;" ng-controller="studentModalDemoCtrl"> <table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.9em;" ng-controller="studentModalDemoCtrl">