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