mirror of
https://github.com/sismics/docs.git
synced 2025-12-18 04:01:42 +00:00
Initial commit
This commit is contained in:
7
docs-web/src/main/webapp/js/controller/DocumentView.js
Normal file
7
docs-web/src/main/webapp/js/controller/DocumentView.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Document view controller.
|
||||
*/
|
||||
App.controller('DocumentView', function($scope, Restangular) {
|
||||
});
|
||||
Reference in New Issue
Block a user