Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit bbb0867

Browse files
committed
Remove unused variables in demo
1 parent 2c2afc0 commit bbb0867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/basic/angularWayWithOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
angular.module('showcase.angularWay.withOptions', ['datatables', 'ngResource'])
33
.controller('AngularWayWithOptionsCtrl', AngularWayWithOptionsCtrl);
44

5-
function AngularWayWithOptionsCtrl($scope, $resource, DTOptionsBuilder, DTColumnDefBuilder) {
5+
function AngularWayWithOptionsCtrl($resource, DTOptionsBuilder, DTColumnDefBuilder) {
66
var vm = this;
77
vm.persons = [];
88
vm.dtOptions = DTOptionsBuilder.newOptions().withPaginationType('full_numbers').withDisplayLength(2);

0 commit comments

Comments
 (0)