Utilizing angular translate for translating certain words in the controller, with translation stored in json files within the html.
// LABELS
var monthNames = [
"January", "February", "March",
"April", "May", "June", "July",
"August", "September", "October",
"November", "December"
];
//additional code snippet here
title: {
display: true,
text: 'Orders'
}