Footer funzionante e fissato in basso
[YouAndWeb_TwoToc] / client / app / seguici / seguici.js
1 'use strict';
2
3 angular.module('dashboardApp')
4   .config(function($stateProvider) {
5     $stateProvider
6     .state('seguici', {
7         url: '/seguici',
8         templateUrl: 'app/seguici/seguici.html',
9         controller: 'SeguiciCtrl',
10         params: {
11           lng: null,
12           lat: null
13         }
14       })
15   });