Envoc / envoc.directives

7 stars 1 forks source link

Feat template config #13

Closed justinobney closed 9 years ago

justinobney commented 9 years ago

added ability to set the templateUrl on oTable directives to supply a template other than the one in the templateCache

function(oTableConfigProvider){
  oTableConfigProvider.config.templates.oTableLinesPerPageUrl = '/route/to/new/template/';
}