Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
angular-jk-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" on-rating="ctrl.onRating(rating)" >
</jk-rating-stars>
This module is released under the permissive MIT license. Contributions or suggestions are always welcome :D
FAQs
Amazing rating stars directive for angular material
The npm package angular-jk-rating-stars receives a total of 160 weekly downloads. As such, angular-jk-rating-stars popularity was classified as not popular.
We found that angular-jk-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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.