Datepicker angular directive for Bootstrap: Showing only months and years - angularjs

I am using datepicker from Angular directives for bootstrap. I want to show only months and years in the datePicker pop-up, but could not find a way.
I tried the similar approach of Bootstrap datepicker by giving it as dateoptions, but it did not work. Using datepicker-mode="month" min-mode="month" also did not helped.
Please find here The link to plunker
What we can observer is clicking on month in the datepicker, switch it to month view. So, this can be done, but how?

I found this topic.
They resolved your problem with directive and Jquery.
You could take a look.
Angular-ui-bootstrap - Date Picker - How can I restrict access to the date-selector in popup?

Related

Angular material form input box styling not displaying properly

I came accross a form wizard by Afrad on github material-wizard and will like to implement it because of its angular-material properties. The downside is that the text-boxes turn out totally different from the angular styling. Is there a way to fix this? what causes this and how do you go about the fix. I have tried using ngWizard as well and face the same issue. the forms display okay without being encapsulated in the wizard directive.
A link to a plunker showing the demo is on the github page. Attached below is a snapshot of the plunker.

Typing delay using angular-ui codemirror

I have used angular ui codemirror in textarea for syntax highlighting, line numbers, formatting functionality.
But after integrating ui-codemirror, I am facing typing delay in text area. same delay will occurs if user tries to delete the contents from textarea.
I am using angular.js 1.0.8, codemirror version 4, angular ui codemirror directive.
Does anyone have solution for this?
Thanks,
Jay

Angularjs Detect Link In TextArea & Preview

Are there any angular modules to detect a link in a textarea and then display the link in a preview area such as a div?
I have found a jquery approach here https://github.com/stephan-fischer/jQuery-LiveUrl but I'm interested in Angular.
You can try Embed.ly module to do that (https://github.com/lithiumtech/angular-embedly). But for free its limit Up to 5,000 URLs per Month.

how can i find tomorrow and yesterday with teelrik kendo DatePicker or angularjs ?

I'am working on angularjs and i want to display today,tomorrow and yesterday .is there any demo in angularjs or teelrik kendo DatePicker to do that ?
thanks
best regards

Event bubbling JQuery FullCalendar + Backbone

I'm currently making an application with Backbone.js and some JQuery libraries.
Today I work on a Calendar using JQuery FullCalendar and I have a little problem :
If I click on day then close the form then click on an other day then I close etc... then I submit the form. I sent that form much of event clicked.
What I'm doing wrong ? This is my code.
Please give me a way to fix it :)
I fix it by exiting submit event out from the JQuery FullCalendar events.
Now my code look like this.

Resources