Html5+angularjs+bootstrap+springmvc+mybatis Fuzzy Query Deme

Source: Internet
Author: User
Tags button type


1, <label class= "col-md-7 col-sm-7 Control-label" > Provident Fund Management Department name:</label>
<div class= "col-md-3 col-sm-3 form-inline" >
<input type= "text" class= "Form-control" id= "Fundname_search" ng-model= "Transactionsfund.fundname" data-
Provide= "Typeahead" placeholder= "department name" >
<button type= "button" class= "btn btn-primary" ng-click= "querylist ();" > Enquiry </button>
</div>


2,/************ query list ****************/
$scope. Querylist=function () {
$scope. transactionsfund.page=1;
$scope. transactionsfund.size=20;
Datacenter.find ("Transactionsfund", $scope. Transactionsfund);
}

/************ List return *******************/

Datacenter.addeventlistener ("Transactionsfundlist", function (e) {
Console.log ("xxxxxxxxxxxxxxxxxxx" +e.data);
$scope. transactionsfundlist = e.data.list;
$scope. pages = e.data.pages;
$scope. page = E.data.pagenum;
$scope. size= e.data.size;
$scope. total= e.data.total;
$scope. $apply ();
});

Html5+angularjs+bootstrap+springmvc+mybatis Fuzzy Query Deme

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.