bansho/app/components/directive/table/cell_single/cell_single.js

7 lines
179 B
JavaScript

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