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

Commit

Permalink
chore(plugin): add link + install to Media plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernasconi committed Sep 8, 2014
1 parent 66739db commit c550dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/media.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// install :
// link :
// install : cordova plugin add org.apache.cordova.media
// link : https://github.com/apache/cordova-plugin-media

angular.module('ngCordova.plugins.media', [])

Expand Down Expand Up @@ -86,4 +86,4 @@ angular.module('ngCordova.plugins.media', [])
return source.stop();
}
}
}]);
}]);

0 comments on commit c550dc5

Please sign in to comment.