
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
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 44 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.