Thanks to berick and jcamins, and to eeevil for actually nailing the solution
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
function($scope , $q , $modal , $routeParams , egCore , egUser , patronSvc ,
egGridDataProvider , $location , $timeout , egCirc) {
- $scope.initTab('checkout', $routeParams.id);
- $scope.focusMe = true;
+ $scope.initTab('checkout', $routeParams.id).finally(function(){
+ $scope.focusMe = true;
+ });
$scope.checkouts = patronSvc.checkouts;
$scope.checkoutArgs = {
noncat_type : 'barcode',