Skip to content

Commit 79e38fc

Browse files
committed
Merge pull request ionic-team#4752 from acinader/patch-1
chore(): nit whitespace
2 parents fede1ce + 50c20e8 commit 79e38fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/service/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* $scope.closeModal = function() {
4949
* $scope.modal.hide();
5050
* };
51-
* //Cleanup the modal when we're done with it!
51+
* // Cleanup the modal when we're done with it!
5252
* $scope.$on('$destroy', function() {
5353
* $scope.modal.remove();
5454
* });

0 commit comments

Comments
 (0)