$scope.overrideOptions = {
"bStateSave": true,
"iCookieDuration": 2419200, /* 1 month */
"bJQueryUI": false,
"bPaginate": true,
"bLengthChange": true,
"bFilter": true,
"bInfo": true,
"bDestroy": true,
"sDom":'<"toolbar"lfrtip>'
};
angular.element('div.toolbar').html('foo');
i can't seem to customize the toolbar using this implementation. could someone point out what i'm doing wrong?