Giter Club home page Giter Club logo

Comments (7)

mattlewis92 avatar mattlewis92 commented on May 12, 2024

Every element in the calendar purposefully has classes set in the HTML. So you can hide it like so:

.cal-events-num {
    display: none;
}

I can make the event types configurable easily enough as well.

from angular-bootstrap-calendar.

simpixelated avatar simpixelated commented on May 12, 2024

👍 for configurable even types

from angular-bootstrap-calendar.

nbering avatar nbering commented on May 12, 2024

I'm working on a pull-request for this feature. It will add a property to the event to determine whether it should be counted for the badge. I would just like to hear other's opinions of what to call this property.

I think of a badge like that as bringing attention to a new event, or calling it out as a reminder. In that light it could be called isNew, isReminder, etc.

You could also think of it as a property to hide something that is there by default in which case the property name could be something like hide, hideCount, hideNotification, noCount, etc. If I were just writing this for my own use case it would probably be something like isEmpty, as my calendar shows time slots that have yet to be filled.

from angular-bootstrap-calendar.

mattlewis92 avatar mattlewis92 commented on May 12, 2024

How about incrementsBadgeTotal?

from angular-bootstrap-calendar.

nbering avatar nbering commented on May 12, 2024

I'll give that a try, and should have something to show by the weekend.

from angular-bootstrap-calendar.

nbering avatar nbering commented on May 12, 2024

Yup. That's pretty much exactly what I was going to write. Thanks!

from angular-bootstrap-calendar.

nbering avatar nbering commented on May 12, 2024

I had a chance to test this out and found one small problem. The ng-show on the badge is tied to events.day.length, causing a badge with a zero to be displayed if none of the events increment the badge count.

I would usually do something like ng-show="countEvents(day.events)>0", but this might not be so simple with a filter. I think you'd need to expose the filter on $scope, but I've never tried this before.

from angular-bootstrap-calendar.

Related Issues (20)

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.