Building Pagination Directive in Angular and Twitter Bootstrap

One thing that every business app eventually needs is an ability to search for something and show results using paging.  The reason for that is that too many rows in search result set can bring any application to its knees.  Hence, you should always page search results.  If you are building a web application, there …

Continue reading ‘Building Pagination Directive in Angular and Twitter Bootstrap’ »

Combining Twitter Bootstrap and Angular Validation

Here is what I would like to achieve.  I would like to create a form, login form for example, where I have some required fields and submit button.  I would like to have submit button disabled until the input is valid.  I also would like to display invalid input error messages, but not initially.  I …

Continue reading ‘Combining Twitter Bootstrap and Angular Validation’ »

Creating Simple Please Wait Dialog with Twitter Bootstrap

As I was working on my new web project, I decided to use Twitter Bootstrap as the foundation for my styling and components.  One common feature that all web usually have is showing some kind of “Please Wait” dialog to let the user know that application is processing something in the background.  Typically in web …

Continue reading ‘Creating Simple Please Wait Dialog with Twitter Bootstrap’ »