Posts
Exploring Options in Javascript/TypeScript
May 7th, 2017Why TypeScript and Options For the past few years at SigFig we have been using TypeScript , it makes refactoring and working with a large…
Angular Currency Input Directive
October 7th, 2015This directive turns a regular input element into an auto formatting currency input directive. It adds the correct number of commas into the…
Button Loaders
September 29th, 2015This post will detail how to build a simple button loader using AngularJs. This directive allows for a busy state to quickly and simply be…
Angular Form Errors
September 15th, 2015One of the most frustrating UX pitfalls, one which people new to Angular often utilize, is disabling buttons to show that a form is not yet…