Skip to content

Commit

Permalink
Remove ui bootstrap datepicker monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
manuquentin committed May 11, 2015
1 parent 45ea6e6 commit 8b7429f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"dependencies": {
"angular": "~1.3.1",
"angular-bootstrap": "~0.12.0",
"angular-bootstrap": "~0.13.0",
"angular-cookies": "~1.3.1",
"angular-numeraljs": "~1.1.6",
"angular-resource": "~1.3.1",
Expand Down
1 change: 0 additions & 1 deletion src/javascripts/ng-admin/Crud/CrudModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ define(function (require) {

CrudModule.config(require('ng-admin/Crud/routing'));
CrudModule.config(require('ng-admin/Crud/config/factories'));
CrudModule.config(require('ng-admin/Crud/config/datePicker'));

CrudModule.factory('Papa', function () {
return require('papaparse');
Expand Down
29 changes: 0 additions & 29 deletions src/javascripts/ng-admin/Crud/config/datePicker.js

This file was deleted.

0 comments on commit 8b7429f

Please sign in to comment.