Some of the Angular UI Bootstrap directives, such as datepicker, have configuration instructions like this: \"All settings can be provided as attributes in the
Something like this:
angular.module('myModule', ['ui.bootstrap']) .config(['uibDatepickerConfig', function(uibDatepickerConfig) { uibDatepickerConfig.showWeeks = false; }]);