Document count and general data on default page

This commit is contained in:
jendib
2013-08-01 13:53:52 +02:00
parent 9e5459cafe
commit 2e95803424
5 changed files with 23 additions and 4 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ var App = angular.module('docs', ['ui.state', 'ui.bootstrap', 'ui.route', 'ui.ke
url: '',
views: {
'document': {
templateUrl: 'partial/document.default.html'
templateUrl: 'partial/document.default.html',
controller: 'DocumentDefault'
}
}
})