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