DataTables TableTools Extension with AngularJS/RequireJS
We use a flexible jQuery plug-in called DataTables at my job to handle generating large display tables. One often-requested feature was the ability to download the table as a CSV file. DataTables...
Weird ellipsis in AngularJS…
Today at work I came across a strange issue. I had written a function that would take some raw numeric data, then format it to be displayed. For instance, ‘1.234567’...
122
Spent ~3 hours today writing Jasmine unit tests for a new AngularJS controller I made yesterday.
New Job, New Technologies
Having grown pretty tired of the daily commute to New Jersey, I began looking for a job closer to my house in Philadelphia. I submitted an application to RJMetrics, and,...
AngularJS on Ubuntu VM
I wanted to get started with this AngularJS tutorial, and I wanted to set up my environment to do so on an Ubuntu virtual machine. As I ran through the process...