Questions tagged [angular-bootstrap]
Bootstrap helpers module for AngularJS framework.
5 questions
3
votes
0
answers
6k
views
Angular UI Datepicker Popup with Default Time
I need to set date and time (12 hours 0 minutes) via Angular UI DatePicker Popup.
plunker
I had two issues:
1. When page was loaded:
Input had value 17-March-2017 12:00:00.000. It's right.
But ...
2
votes
1
answer
885
views
Angular 2 sortable lists
I wrote a simple and small projects that present 3 buttons, each one loads a different list to the screen on the same place but not in the same time.
In my HTML, I think I can maybe use some more ...
4
votes
1
answer
339
views
Implementing tabs with panes
I am new to AngularJS. Here is my basic code for implementing Tabs with Pane. Eventually, each tab-pane will have a form and a ui-grid that will display data from the DB.
Can I use separate ...
0
votes
1
answer
6k
views
Angular UI Bootstrap Modal scope
I'm trying to improve my Angular skills by writing some basic applications that use a particular feature. The following application uses the UI Bootstrap modal to add users to a list, or remove them ...
2
votes
1
answer
638
views
Angular/bootstrap radio button directive
I found creating radio buttons in my application a bit of a hassle in terms of having to configure the HTML to do what I wanted when the user clicks/unclicks the items etc.
I figured reducing it to a ...