Sha256: 5f462f0edab21acd6185a2dabf8ccb3744e902404bdbd587ba32711d837c6cbb
Contents?: true
Size: 342 Bytes
Versions: 20
Compression:
Stored size: 342 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
20 entries across 20 versions & 1 rubygems