Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ui bootstrap datepicker monkey patch
Browse files Browse the repository at this point in the history
manuquentin committed May 11, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4d8b061 commit 4947fd7
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
@@ -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",
1 change: 0 additions & 1 deletion src/javascripts/ng-admin/Crud/CrudModule.js
Original file line number Diff line number Diff line change
@@ -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');
29 changes: 0 additions & 29 deletions src/javascripts/ng-admin/Crud/config/datePicker.js

This file was deleted.

0 comments on commit 4947fd7

Please sign in to comment.