1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-14 18:26:17 +00:00

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

View File

@@ -0,0 +1,9 @@
'use strict';
/**
* Document default controller.
*/
App.controller('DocumentDefault', function($scope, $state, Restangular) {
// Load app data
$scope.app = Restangular.one('app').get();
});