UNPKG

angularjs-datatables-service

Version:

AngularJS service that serves as a wrapper for angular-datatables.js functions

14 lines (12 loc) 289 B
'use strict'; angular. module('exampleApp'). config(['$routeProvider', function config($routeProvider) { $routeProvider. when('/example', { template: '<example></example>' }). otherwise('/example'); } ]);