Skip to content

Commit

Permalink
Merge pull request #589 from marmelab/reference_order
Browse files Browse the repository at this point in the history
[RFR] Fix reference list order
  • Loading branch information
fzaninotto committed Aug 5, 2015
2 parents c8635c2 + 8bea313 commit 693f712
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 51 deletions.
38 changes: 19 additions & 19 deletions build/ng-admin-only.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ng-admin.min.css

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions build/ng-admin.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions examples/blog/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@
})
.targetEntity(post)
.targetField(nga.field('title'))
.sortField('title')
.sortDir('ASC')
.validation({ required: true })
.remoteComplete(true, { refreshDelay: 0 })
]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "git://github.com/marmelab/ng-admin.git"
},
"devDependencies": {
"admin-config": "^0.2.10",
"admin-config": "^0.2.11",
"angular": "~1.3.15",
"angular-bootstrap": "^0.12.0",
"angular-mocks": "1.3.14",
Expand Down

0 comments on commit 693f712

Please sign in to comment.