Git Product home page Git Product logo

Comments (4)

mattlewis92 avatar mattlewis92 commented on May 18, 2024

Angular allows you to decorate directives and override their properties. Hence if you want to use a different template, then simply override the templateUrl of each of the directives with a different url in your own project. Here's a tutorial on how to do it:
http://angular-tips.com/blog/2013/09/experiment-decorating-directives/

If you have any more questions just let me know :)

from angular-bootstrap-calendar.

brianfeister avatar brianfeister commented on May 18, 2024

Ah, totally knew that and forgot. Thanks! I guess there's still the question of whether parameters for this would be a good idea, but I think the way you're trying to present a complete user experience, it's probably best left to be overridden this way. The one important difference is that you can't have different variations of the views in the same app since a decorator will override the "prototype" (not really, but you know) for all instances.

from angular-bootstrap-calendar.

mattlewis92 avatar mattlewis92 commented on May 18, 2024

It's true that you can't have different variations of the same view, however it's a pretty unlikely use case as you should really have a consistent UI/UX for all widgets across an application. If you desperately need this functionality then I'll accept a PR though, else I'll leave the issue closed.

from angular-bootstrap-calendar.

davinkevin avatar davinkevin commented on May 18, 2024

It could be useful to have, like in other angular module (ui-bootstrap for example) a version of the angular-bootstrap-calendar without the template and one with it (*.tpl.min.js and *.min.js).

With that, we can override the template and change what we want... I think it's a good idea for this very good lib !

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.