UNPKG

unserver-unify

Version:

10 lines 226 B
angular.module('bamboo').component('jsonBlock', { template: '<pre>{{$ctrl.src|json}}</pre>', bindings: { src: '<', }, controller: function() { var self = this; self.$onInit = function() {}; } });