How to override order behavior for the Angular library ng-fullcalendar?











up vote
0
down vote

favorite












I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?



There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.










share|improve this question




















  • 1




    the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
    – ADyson
    Nov 10 at 16:02










  • the order is order of events
    – dghamir
    Nov 12 at 11:25










  • fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
    – ADyson
    Nov 12 at 11:35










  • My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
    – dghamir
    Nov 12 at 16:41








  • 1




    great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
    – dghamir
    2 days ago















up vote
0
down vote

favorite












I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?



There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.










share|improve this question




















  • 1




    the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
    – ADyson
    Nov 10 at 16:02










  • the order is order of events
    – dghamir
    Nov 12 at 11:25










  • fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
    – ADyson
    Nov 12 at 11:35










  • My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
    – dghamir
    Nov 12 at 16:41








  • 1




    great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
    – dghamir
    2 days ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?



There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.










share|improve this question















I'm using Angular and I want to override order behavior (alphabetically for example). How can I do that?



There is a solution for AngularJS by overriding a Javascript file, but in my case I use Angular.







angular fullcalendar






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 10 at 18:02









Mihai Chelaru

1,9947816




1,9947816










asked Nov 10 at 14:43









dghamir

6




6








  • 1




    the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
    – ADyson
    Nov 10 at 16:02










  • the order is order of events
    – dghamir
    Nov 12 at 11:25










  • fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
    – ADyson
    Nov 12 at 11:35










  • My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
    – dghamir
    Nov 12 at 16:41








  • 1




    great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
    – dghamir
    2 days ago














  • 1




    the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
    – ADyson
    Nov 10 at 16:02










  • the order is order of events
    – dghamir
    Nov 12 at 11:25










  • fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
    – ADyson
    Nov 12 at 11:35










  • My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
    – dghamir
    Nov 12 at 16:41








  • 1




    great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
    – dghamir
    2 days ago








1




1




the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02




the order of what, exactly? What problem specifically are you facing? Your question is far too vague for anyone to be able to help you. Please read stackoverflow.com/help/how-to-ask and then update your question. Thanks.
– ADyson
Nov 10 at 16:02












the order is order of events
– dghamir
Nov 12 at 11:25




the order is order of events
– dghamir
Nov 12 at 11:25












fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35




fullcalendar.io/docs/eventOrder shows you the options provided by default in fullCalendar. You can specify a function to sort the events any way you like (of course as mentioned, it only applies to events which have the exact same start time and duration...otherwise they are sorted by those properties instead, as is logical in a calendar). I don't think the fact you're using Angular makes any real difference, you still need to set the option in fullCalendar.
– ADyson
Nov 12 at 11:35












My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41






My wish is to apply a custom events order even if the start time are different I said "Angular" because I do not know how to redefine the order overloading the fullcalendar library
– dghamir
Nov 12 at 16:41






1




1




great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago




great , I created a feature request for this (github.com/fullcalendar/fullcalendar/issues/4378)
– dghamir
2 days ago

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240044%2fhow-to-override-order-behavior-for-the-angular-library-ng-fullcalendar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240044%2fhow-to-override-order-behavior-for-the-angular-library-ng-fullcalendar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Full-time equivalent

Bicuculline

さくらももこ