angular-google-maps-native
angular-google-maps-native copied to clipboard
Prepare for webpack etc
Hi,
This patch prepares the module for webpack etc. It follows the best practices/same patterns that you find elsewhere, it allows you to do the following:
angular.module('myApp', [
require('angular-google-maps-native'),
]);
Thanks
James
:+1: for this PR
Awesome. Thank you for the PR.