Vincent Fournier 68e3f89633 Add single cell and modify config
Change-Id: I7c1349248dc64c73efe6b7aefb46e82d29a4cce7
2015-08-17 18:21:25 -04:00

7 lines
179 B
JavaScript

'use strict';
angular.module('bansho.table')
.controller('CellSingleCtrl', ['$scope', function ($scope) {
$scope.attributes = JSON.parse($scope.attributes);
}]);