Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 40a1b89

Browse files
committed
Merge pull request #1019 from webocalypse/patch-2
Updated SocialSharing - available did not return promise
2 parents 63678e3 + 3914762 commit 40a1b89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/socialSharing.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ angular.module('ngCordova.plugins.socialSharing', [])
139139
q.reject();
140140
}
141141
});
142+
143+
return q.promise;
142144
}
143145
};
144146
}]);

0 commit comments

Comments
 (0)