ngGeolocation
ngGeolocation copied to clipboard
Create index.js for easier use with npm
It will make it easier to use with browserify:
var myApp = require('angular').module('myApp', [ require('ngGeolocation') ]);