Bootstrap helpers module for AngularJS framework.

learn more… | top users | synonyms

1
vote
0answers
63 views

Angular2 sortable lists (using typescript)

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
1answer
84 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
1answer
979 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
1answer
143 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 ...