angular.module('confboilerplate.location.services')
    .service('Location', function ($http, $q) {
    this.get = function () {
        var dfd = $q.defer();
        $http.get('assets/data/location.json')