Sha256: 13ad2cf3b1a37cdef00d1ce542f5042d9fed710cf9a6c63059f93a0d2827dff8
Contents?: true
Size: 341 Bytes
Versions: 196
Compression:
Stored size: 341 Bytes
Contents
(function () { 'use strict'; /** * @ngdoc module * @name Bastion.components * * @description * Cross application re-usable components */ angular.module('Bastion.components', [ 'ngResource', 'Bastion.utils', 'ui.bootstrap.alert', 'ui.bootstrap.tpls' ]); })();
Version data entries
196 entries across 196 versions & 2 rubygems