Skip to content

Commit

Permalink
Removing the input-whole-number, no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Oct 6, 2016
1 parent da04e10 commit cccb370
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 69 deletions.
2 changes: 1 addition & 1 deletion src/ui/public/agg_types/buckets/_interval_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import moment from 'moment';
import 'ui/directives/input_whole_number';

export default function IntervalOptionsService(Private) {

// shorthand
Expand Down
2 changes: 1 addition & 1 deletion src/ui/public/directives/__tests__/input_number.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import angular from 'angular';
import expect from 'expect.js';
import ngMock from 'ng_mock';
import 'ui/directives/input_whole_number';
import 'ui/directives/input_number';

describe('Number input directive', function () {
let $compile;
Expand Down
49 changes: 0 additions & 49 deletions src/ui/public/directives/__tests__/input_whole_number.js

This file was deleted.

18 changes: 0 additions & 18 deletions src/ui/public/directives/input_whole_number.js

This file was deleted.

0 comments on commit cccb370

Please sign in to comment.