added kaukkariadvertisement to infoscreen
This commit is contained in:
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(){
|
||||
|
||||
Reference in New Issue
Block a user