![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
angular-loading-spinner
Advanced tools
Angular directive ajax loading indicator. This directive uses urish angular-spinner as the loading indicator.
See plunker demo.
Include dependencies in your application:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.9/angular.min.js"></script>
<script type="text/javascript" src="http://fgnass.github.io/spin.js/spin.min.js"></script>
<script type="text/javascript" src="angular-spinner.min.js"></script>
<script type="text/javascript" src="angular-loading-spinner.js"></script>
Require ngLoadingSpinner
as dependency in your main module.
angular.module('myapp', ['ngLoadingSpinner']);
Insert angular-spinner's us-spinner
directive anywhere in your html file to be shown when there is pending ajax request and will be hidden upon completion of all ajax requests.
This directive also exposes spinnerActive
model to the $rootScope
with a boolean value. It can be useful if you want to hide some elements while your application is fetching data from the backend.
Read angular-spinner docs on how to customize the spinner and refer to spin.js docs for more configuration options.
Released under the terms of MIT License.
FAQs
AngularJS directive ajax loading indicator.
The npm package angular-loading-spinner receives a total of 0 weekly downloads. As such, angular-loading-spinner popularity was classified as not popular.
We found that angular-loading-spinner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.