Skip to content

waliente/geoModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

geoModule

Geolocate with Browser

An useful Angularjs service to geolocate with browser

How to use

  • Install via Bower
bower install geoModule --save-dev
  • Include the file in you index.html
<script src="[path]/[to]/geoModule.js"></script>
  • Inject the dependency in you angular app.js
var app = angular.module('myApp', ['geoModule']);
  • Include the service in your controller
app.controller('ExampleCtrl', ['$geoService', '$log', function($geoService, $log){

	$log.info($geoService);

}]);

About

Geolocate with Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published