Code Monkey home page Code Monkey logo

angular-rate's Introduction

AngularJS Rate

Angular Rate is an AngularJS rating directive.

rate example

Current Version 0.1.1

Getting stated

Optionally: to install with bower, use:

bower install --save angular-rate

Add AngularJS Rate

Add the module in your angular module.

angular.module('main', ['angularRate']);

How to use

Angular rate directive working with the element attribute and using the value from the ng-model.

<rate ng-model="rateValue" class="form-control"></rate>

If you are using bootstrap framework you can also add the class 'form-control' as you will use with an input.

For more advanced functionality you can add a couple of options:

<rate 
	ng-model = "Number"
	icon-empty = "String" (the class name of empty icon, default: 'fa-star-o')
	icon-full = "String" (the class name of full icon, default: 'fa-star')
	icon-half = "String" (the class name of half icon, default: 'fa-star-half-o')
	icon-base = "String" (the class name of base icon, default: 'fa')
	other-class = "String" (the other class to be injected for each stars)
	readonly = "Boolean" (read only option)
	>
</rate>

angular-rate's People

Contributors

gaetansenn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.