Footer funzionante e fissato in basso
[YouAndWeb_TwoToc] / client / app / t&c / t&c.js
diff --git a/client/app/t&c/t&c.js b/client/app/t&c/t&c.js
new file mode 100755 (executable)
index 0000000..a74e4b4
--- /dev/null
@@ -0,0 +1,15 @@
+'use strict';
+
+angular.module('dashboardApp')
+  .config(function($stateProvider) {
+    $stateProvider
+    .state('t&c', {
+        url: '/t&c',
+        templateUrl: 'app/t&c/t&c.html',
+        controller: 'T&CCtrl',
+        params: {
+          lng: null,
+          lat: null
+        }
+      })
+  });