This is another simple angular ui select example that demonstrates the uses of ui-select and example using angularjs 1.4 framework. The ui-select is a popular dropdown that supports search, filter and multiple select features.
Read MoreCategory: Angular

Angular Bootstrap Typeahead Example & Demo
Autocomplete is a very important feature of the select box whenever items are too many, this help to easily search item using user typed character into text box, before the typeahead feature, The selection of a user or item is very difficult from a dropdown list.
Read More
Angular Datatable to Export data into Excel, CSV, PDF, Print and Copy
I have already shared angular datatable tutorial for multiple datatable into a single page, so now I am extending this angularjs datatable tutorial and adding export features within angular datatable. I will use angular datatable button directive which is based on datatable button library.
Read More
Currency Converter Calculater Using Google Finance API with AngularJS
This Tutorial helps to create a google currency converter app using angular 1.4. Google is providing a finance API to convert one currency to another currency in real-time. You will get real-time information on the currency conversion rate of any country. It’s very easy and helpful to get currency conversion rate information.
Read More
Simple Example and Demo of Multistep form Using Angularjs
I have earlier shared multi step from using bootstrap and jQuery.This angular tutorial help to create beautiful multi-step forms wizards using angular js and bootstrap.
Read More