Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
angularjs-rating-stars
Advanced tools
Amazing AngularJS 1 Rating Stars directive that works with Angular Material.
Demo : https://embed.plnkr.co/q7pgHz/
npm install angular-jk-rating-stars
bower install angular-jk-rating-stars
jk-rating-stars.js
to your index file:<script src="angular.js"></script>
<script src="jk-rating-stars.js"></script>
jk-rating-stars.css
to your index file:<link href="jk-rating-stars.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
jkAngularRatingStars
module in your application.angular.module('MyApp', ['jkAngularRatingStars']);
jk-rating-stars
tag to your html, set the amount of stars and bind a variable that will holds the selected value. If the maxRating variable is not set, we use the default of 5.<jk-rating-stars max-rating="8" rating="ctrl.rating" read-only="ctrl.readOnly" shadow="false" reset-allowed="false" off-icon="star_border" off-color="false" on-rating="ctrl.onRating(rating)" >
</jk-rating-stars>
This is not my project. I have uploaded it because the original link expired. The author of this project is Juan Morales, if you need help I can provide support.
This module is released under the permissive MIT license. Contributions or suggestions are always welcome :D
FAQs
Amazing rating stars directive for angular material
We found that angularjs-rating-stars 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.