mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
faq added.
This commit is contained in:
parent
07b5e2da5d
commit
42cd459a86
2 changed files with 47 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue