Sha256: ea87a7ae8b4ff76c1114b4ecc51e2a215af440181389d4f79a13c89dfb0d9faf
Contents?: true
Size: 569 Bytes
Versions: 32
Compression:
Stored size: 569 Bytes
Contents
!(angular => { 'use strict'; class AlertIndexController { constructor(AlertResource, PaginationComponents, Alert, defaultDateFormat) { this.pagination = new PaginationComponents('Paginated Queries', AlertResource.index, Alert); this.defaultDateFormat = defaultDateFormat; } } AlertIndexController.$inject = ['AlertResource', 'PaginationComponents', 'Alert', 'defaultDateFormat']; angular .module('alephControllers.alertIndexController', ['alephServices']) .controller('AlertIndexController', AlertIndexController); }(angular));
Version data entries
32 entries across 16 versions & 1 rubygems