mirror of
https://github.com/sismics/docs.git
synced 2025-12-15 02:36:24 +00:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Document view controller.
|
|
*/
|
|
App.controller('DocumentView', function($scope, Restangular) {
|
|
}); |