/** * ngTable: Table + Angular JS * * @author Vitalii Savchuk * @url https://github.com/esvit/ng-table/ * @license New BSD License */ (function () { /** * @ngdoc object * @name ngTableDefaultParams * @module ngTable * @description Default Parameters for ngTable */ angular.module('ngTable') .value('ngTableDefaults', { params: {}, settings: {} }); })();