Skip to content

Commit

Permalink
https://github.com/angular-ui/bootstrap/issues/1728
Browse files Browse the repository at this point in the history
  • Loading branch information
kaerfredoc committed Feb 4, 2014
1 parent c336351 commit 900ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pagination/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ angular.module('ui.bootstrap.pagination', [])
}

// Setup configuration parameters
var maxSize,
var maxSize = paginationCtrl.getAttributeValue(attrs.maxSize, config.maxSize ),
boundaryLinks = paginationCtrl.getAttributeValue(attrs.boundaryLinks, config.boundaryLinks ),
directionLinks = paginationCtrl.getAttributeValue(attrs.directionLinks, config.directionLinks ),
firstText = paginationCtrl.getAttributeValue(attrs.firstText, config.firstText, true),
Expand Down

0 comments on commit 900ad1c

Please sign in to comment.