ngGeolocation icon indicating copy to clipboard operation
ngGeolocation copied to clipboard

Create index.js for easier use with npm

Open barroudjo opened this issue 10 years ago • 0 comments

It will make it easier to use with browserify:

var myApp = require('angular').module('myApp', [ require('ngGeolocation') ]);

barroudjo avatar Aug 24 '15 14:08 barroudjo