Published onNovember 3, 2015AngularJS: Adding a user-friendly default option to ng-optionsweb-devangularangularjsAngular's ng-options directive provides a nifty way to build a select element, but its handling of default values is a bit puzzling.
Published onAugust 11, 2015AngularJS Query String handling using $location.search()web-devangularangularjsA tutorial describing how to set up two-way binding between the browser's query string parameters and the state of $location.search() in AngularJS