added kaukkariadvertisement to infoscreen

This commit is contained in:
okalintu
2016-08-29 22:53:20 +03:00
parent e6ad31ae68
commit 695da87e35
2 changed files with 5 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

@@ -6,11 +6,14 @@ app.controller('infoscreen_main', function($scope, $http,$timeout){
var index = -1;
var templates = [
{
template: "/static/html/test1.html",
template: "/static/html/test1.html?img=siklogo",
onload: function(){$scope.imagepath = "/static/img/siklogo.jpg";}
},{
template: "/static/html/test1.html?toimi=nyt_saatana",
template: "/static/html/test1.html?img=teekkaribileet",
onload: function(){$scope.imagepath = "/static/img/teekkaribileet.jpg";}
},{
template: "/static/html/test1.html?img=kaukkarit",
onload: function(){$scope.imagepath = "/static/img/kaukkarit.jpg";}
},
];
$scope.next = function(){