Sha256: 6b776ed3edfc48a01981eea06ec15fe546c7ff2e346e396a7024d64fd9ab4777
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"8hyper_admin/angularjs/directives/table/table_row.js; FI" pathname; TI"z/home/sindre/Code/hyper/hyper_admin/app/assets/javascripts/hyper_admin/angularjs/directives/table/table_row.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+úOTI"length; Ti›I"digest; TI"%19c06b49c6bd5899c2cd5eeaac8c90d4; FI"source; TI"›(function() { angular.module("hyperadmin").directive("tableRow", function() { return { template: "<td ng-repeat=\"attribute in attributes\">\n <ng-include src=\"template(attribute)\"></ng-include>\n</td>\n<td>\n <a ui-sref=\".show({ id: resource.id })\">Show</a>\n <a ui-sref=\".edit({ id: resource.id })\">Edit</a>\n <a ui-sref=\".show({ id: resource.id })\" delete-link>Destroy</a>\n</td>", restrict: "A", scope: { attributes: "=", resource: "=" }, link: function(scope) { return scope.template = function(attr) { return "table-" + attr.type; }; } }; }); }).call(this); ; TI"required_assets_digest; TI"%dc0276233eab20ff8d7a3246874e0753; FI" _version; TI"%6584930913c75ff69ba506e1cfbae2c9; F
Version data entries
4 entries across 2 versions & 1 rubygems