GithubHelp home page GithubHelp logo

jkuri / ngtimepicker Goto Github PK

View Code? Open in Web Editor NEW
19.0 4.0 20.0 11 KB

AngularJS Timepicker

Home Page: http://demo.jankuri.com/ngTimepicker

License: MIT License

HTML 10.24% JavaScript 74.19% CSS 15.57%

ngtimepicker's Introduction

ngTimepicker

AngularJS Timepicker

For more information and live demo please check official page

ngtimepicker's People

Contributors

jkuri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ngtimepicker's Issues

Add the CSS file inside bower.json

The stylesheet file is not included in the main keyword of the bower.json file. I think it should be something like this:
"main": ["src/js/ngTimepicker.js","src/css/ngTimepicker.css"].

Cannot import the package using ES6 `import`

Because the name of the module being export in index.js isn't the same name as the angular module name used in the source files, it's not possible to import ngTimerpicker through the index.js file

import ngTimepicker from `ngTimepicker`;
angular.module('some_project', [ngTimepicker]);

The code above won't work unless index.js file is exporting the name jkuri.timepicker.

Issue with version

Hi, Can you release one stable version, then i can fix that version in my bower config

Cannot set time with specific string

Hi,
i been find the way to set ngTimepicker ng-model with specific time that i want for example i want set the ngTimepicker with 17:45.
When i declare this scope with 17:45 and i set ng-model it not show. its only show the default time 11:00

HTML
<ng-timepicker ng-model="time_start" theme="blue" show-meridian="true"></ng-timepicker>

JS
$scope.time_start = "1745";
thanks you

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.