1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-15 02:36:24 +00:00
Files
docs/docs-web/src/main/webapp/js/controller/DocumentView.js
2013-07-27 18:33:20 +02:00

7 lines
118 B
JavaScript

'use strict';
/**
* Document view controller.
*/
App.controller('DocumentView', function($scope, Restangular) {
});