Giter VIP home page Giter VIP logo

datetimerangepicker's People

Contributors

rgkevin avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

datetimerangepicker's Issues

Cannot read property 'date' of undefined

Hi all!

I get this on range-pickers.js line 127.

scope.data.hasDatePickers = angular.isObject(scope.data.date);

I don't know what i can fix it.

Please help

Cheers
Andrea

Issues when width > 615px

Hi,

I'm experiencing issues when I override the max-width being set to 615px in default with max-width: 100%. The left part of the slider then does not work properly and there are some values appearing on the left.

image

Could you please have a look on it?
Cheers,
Chris

End time always bigger than start time

Am i missing something or is just not possible to set start time (not date) bigger than end time?
Even if i set "minRange" to negative value this doesnt work.

So for example I want to set range:

start time: 2015-01-01T20:20:20
end time: 2016-01-01T10:10:10

Slider is not updating on startup

Hi,

my slider is not getting updated on startup. An update is fired if i click to start/end buttons on the slider or after resizing the window.

My configuration:

$scope.todoRange = {
date: {
from: new Date(),
to: new Date()
},
time: {
from : 10, // default start time (in minutes)
to : 300, // default end time (in minutes)
step : 15, // step width
minRange: 15, // min range
hours24 : true // true = 00:00:00 | false = 00:00 am/pm
},
"hasDatePickers": true,
"hasTimeSliders": true
};
$scope.todoLabels = {
date: {
from: 'Start Datum',
to : 'End Datum'
}
};

Von {{todo.start}} .. Bis {{todo.due}}

<script src="${pageContext.request.contextPath}/resources/lib/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
<script src="${pageContext.request.contextPath}/resources/lib/venturocket-angular-slider/build/angular-slider.js"></script>
<script src="${pageContext.request.contextPath}/resources/lib/datetimeRangePicker/range-picker.js"></script>

Any idea to solve this issue?

BTW: Can i put some button into slider?

Problem to install with bower

When installing with bower, the question below appears and i really don't know how to answer.. I tried everything based on Yes/No. Could you help me ?

Question :

Prefix the choice with ! to persist it to bower.json
? Answer

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.