diff --git a/src/SelectBox.js b/src/SelectBox.js
index ee10416..e827c62 100644
--- a/src/SelectBox.js
+++ b/src/SelectBox.js
@@ -21,7 +21,7 @@ angular.module('$selectBox', []).directive('selectBox', function () {
$scope.modal.remove();
});
- $scope.modal = $ionicModal.fromTemplate('' + '' + '' + $attrs.ngTitle + '
' + ' ' + '' + '' + '' + '' + '' + ' ' + '', {
+ $scope.modal = $ionicModal.fromTemplate('' + '' + '' + $attrs.ngTitle + '
' + ' ' + '' + '' + '' + '' + '' + ' ' + '', {
scope: $scope,
animation: 'slide-in-right'
});