fss-bar-graph can draw a simple vertical bar graph given a set of data. The data should have a "count" property
and an optional "style" which can indicate the color of the item's bar.
e.g.
[{count: 4, style: "blue-bar"}, {count: 10, style: "green-bar"]
The style should be defined in your stylesheet, it should have the "background-color" set accordingly. These styles are not supplied
here and will need to be added to your project if you want to change the color of the bars.
fss-truncate truncates text to a specified length, appending "..." by default to the end of the truncated text. A user specified truncate end text may also be specified
fss-delayed-change executes the angular expression after the model stops changing for a certain time period. The delay defaults to 1 second, but it can be changed by setting the "delay" attribute to the amount of milliseconds to wait.
fss-highlight-on-click selects the input text when the input is clicked. This works on mobile devices as well.
fss-loading directive displays the loading graphic shown below
fss-single-file-select uses angular-file-upload to select a single file and assign the ng-model. It will also take care of updating the pristine and dirty values. It can be passed a function to execute once a file is selected.