forms, example values, qr generator

This commit is contained in:
Gustavo Cortez 2014-03-26 17:56:11 -03:00
commit f325b42989
5 changed files with 114 additions and 2 deletions

View file

@ -3,4 +3,9 @@
angular.module('cosign.home').controller('HomeController',
function($scope, $rootScope, $location) {
$scope.title = 'Home';
$scope.addrs = [
{ addrStr: 'n3zUqNR7Bbbc4zJhPVj1vG2Lx66K3Xhzvb'},
{ addrStr: 'my9wnLwwUrwpNfEgSrWY62ymEGf1edKf4J'}
];
});