Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 891c449

Browse files
committed
chore(pager): fix indentation
1 parent 80e927e commit 891c449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pager/pager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ angular.module('ui.bootstrap.pager', ['ui.bootstrap.pagination'])
2626
var paginationCtrl = ctrls[0], ngModelCtrl = ctrls[1];
2727

2828
if (!ngModelCtrl) {
29-
return; // do nothing if no ng-model
29+
return; // do nothing if no ng-model
3030
}
3131

3232
scope.align = angular.isDefined(attrs.align) ? scope.$parent.$eval(attrs.align) : pagerConfig.align;

0 commit comments

Comments
 (0)