bansho/app/table/entry/column_last_check/last_check_column.js
Frédéric Vachon ef64445d9c table skeleton
2015-01-19 18:10:50 -05:00

15 lines
330 B
JavaScript

'use strict';
angular.module('adagios.table.entry.column_last_check', [])
.controller('SideBarCtrl', ['$scope', '$http', function ($scope, $http) {
return;
}])
.directive('sidebar', function () {
return {
restrict: 'E',
templateUrl: "sidebar/sidebar.html"
};
});