faq added.

This commit is contained in:
Stefan Midjich 2016-04-27 23:51:57 +02:00
parent 07b5e2da5d
commit 42cd459a86
2 changed files with 47 additions and 2 deletions

View file

@ -124,10 +124,12 @@ app.config(function($routeProvider) {
$routeProvider
.when('/Swedish', {templateUrl: "swedish.html" })
.when('/English', {templateUrl: "english.html" })
.when('/FAQ-Swedish', {templateUrl: "faq-swe.html" })
.otherwise({redirectTo: '/Swedish'});
});
app.controller('RSMainCtrl', function($scope) {
console.log('hejsan i Ctrl');
$(document).ready(function() {
$('#error-box').hide();
});