scope.$select = function (index, evt) {
          scope.$$postDigest(function () {
            $select.select(index);
          });
        };