Edit controller

This commit is contained in:
manzerbredes 2016-01-24 15:10:13 +01:00
parent b2795163b3
commit a059014b1b
5 changed files with 32 additions and 18 deletions

View file

@ -0,0 +1,12 @@
/*
* mainApp Controller
*/
mainApp.controller('statusCtrl', function ($scope)
{
$scope.username="User 1";
$scope.connection="Online";
$scope.lastconnection="1 Septembre";
});