Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Fix share on sms using service : bad parameters on function manageSms… #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/angular-socialshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* http://720kb.github.io/angular-socialshare
*
* MIT license
* Fri Jun 23 2017
* Wed Sep 27 2017
*/
/*global angular*/
/*eslint no-loop-func:0, func-names:0*/
Expand Down Expand Up @@ -908,7 +908,7 @@
break;
}
case 'sms': {
this.smsShare($window, $log, serviceShareConf.attrs);
this.smsShare($window, serviceShareConf.attrs);
break;
}
case 'facebook': {
Expand Down
1 change: 0 additions & 1 deletion dist/angular-socialshare.js.map

This file was deleted.

Loading