diff --git a/infoscreen/static/img/fujitsu.png b/infoscreen/static/img/fujitsu.png new file mode 100644 index 0000000..825db43 Binary files /dev/null and b/infoscreen/static/img/fujitsu.png differ diff --git a/infoscreen/static/js/infoscreen_controllers.js b/infoscreen/static/js/infoscreen_controllers.js index a0636e0..b4d2b5b 100644 --- a/infoscreen/static/js/infoscreen_controllers.js +++ b/infoscreen/static/js/infoscreen_controllers.js @@ -13,6 +13,9 @@ app.controller('infoscreen_main', function($scope,$timeout){ },{ template: "/static/html/test1.html?img=kaukkarit", onload: function(){$scope.imagepath = "/static/img/kaukkarit.jpg";} + },{ + template: "/static/html/test1.html?img=fujitsu", + onload: function(){$scope.imagepath = "/static/img/fujitsu.png";} }, ]; $scope.next = function(){