Sha256: eca9f8e90a2dbafd027b419e3e45b8ad590f02dff98b8fc96a371fe5a65119b0
Contents?: true
Size: 1.88 KB
Versions: 4
Compression:
Stored size: 1.88 KB
Contents
{I" class:ETI"ProcessedAsset; FI"logical_path; TI"4hyper_admin/angularjs/directives/table/table.js; FI" pathname; TI"v/home/sindre/Code/hyper/hyper_admin/app/assets/javascripts/hyper_admin/angularjs/directives/table/table.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+ø–TI"length; TiìI"digest; TI"%96705f0ec9bd713b54da059832bf834c; FI"source; TI"ì(function() { angular.module("hyperadmin").directive("resourceTable", function() { return { template: "<table class=\"table table-striped\">\n <thead>\n <tr>\n <th ng-repeat=\"attribute in resourceClass.attributes\">\n {{ attribute.human }}\n </th>\n <th>Actions</th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat=\"resource in resources\">\n <td ng-repeat=\"attribute in resourceClass.attributes\">\n {{ resource[attribute.key] }}\n </th>\n <td>\n <a ui-sref=\"{{ resourceClass.plural }}.show({ id: resource.id })\">\n Show\n </a>\n <a ui-sref=\"{{ resourceClass.plural }}.edit({ id: resource.id })\">\n Edit\n </a>\n <a ui-sref=\"{{ resourceClass.plural }}.show({ id: resource.id })\" delete-link>\n Destroy\n </a>\n </td>\n </tr>\n </tbody>\n</table>", scope: { resourceClass: "=", resources: "=" } }; }); }).call(this); ; TI"dependency_digest; TI"%934f25746946630344b028142635b899; FI"required_paths; T[I"v/home/sindre/Code/hyper/hyper_admin/app/assets/javascripts/hyper_admin/angularjs/directives/table/table.js.coffee; FI"dependency_paths; T[{I" path; TI"v/home/sindre/Code/hyper/hyper_admin/app/assets/javascripts/hyper_admin/angularjs/directives/table/table.js.coffee; FI" mtime; TI"2014-09-16T22:00:56+02:00; TI"digest; TI"%a5cd2ad57b506cfd59441b9cae6188aa; FI" _version; TI"%3e3098c8a5e9a7f3b984ba95ac600637; F
Version data entries
4 entries across 4 versions & 1 rubygems