Socket
Socket
Sign inDemoInstall

ng-weekday-selector

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ng-weekday-selector

A responsive AngularJS directive for selecting multiple weekdays following iOS native look.


Version published
Weekly downloads
7
Maintainers
1
Install size
7.65 kB
Created
Weekly downloads
 

Readme

Source

ng-weekday-selector

A responsive AngularJS directive for selecting multiple weekdays following iOS native look.

Demo:

See Demo Here

Demo can be seen in app:

Fitness Meal Planner

Requirements

  • Angular 1.*

Usage

  • Add CSS and JS to project:
<link rel="stylesheet" href="wherever-you-put-it/ngWeekdaySelector.css">

<script type="text/javascript" src="wherever-you-put-it/ngWeekdaySelector.js"></script>

Add dependencies on the ng-weekday-selector AngularJS module:

angular.module('myApp', ['ng-weekday-selector']);

You can now use the directive, add the attribute to your existing DOM element in HTML:

<div ng-model="value" ng-weekday-selector>

Directive Attributes

  • ng-model (optional) - Define the model to bind the selected values to.
  • ng-change (optional) - method called after changes done to currently selected week days
  • week-starts-index (optional) - Define what day starts the week. default is sunday which is index 0
  • ng-disabled (optional) - disable/enable control
  • control (optional) - control element to control directive from outside (see notes below for details)

Notes

  • Control methods which can be called:
  • toggleDayByIndex - toggle from code a specific day

Testing

TBD. Currently only manually

License

As AngularJS itself, this module is released under the permissive MIT license. Your contributions are always welcome.

Keywords

FAQs

Last updated on 13 Jun 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc