Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Fix several bugs #460

Merged
merged 2 commits into from
May 22, 2015
Merged

[RFR] Fix several bugs #460

merged 2 commits into from
May 22, 2015

Conversation

jeromemacias
Copy link
Contributor

Fix #458, #454, #455, #458 and #459.

Bonus: fix issue when using 'ng-strict-di' mode.

@@ -30,9 +32,10 @@ define(function () {
scope.exportToCsv = function () {

ReadQueries.getAll(exportView, -1, true, $stateParams.search, $stateParams.sortField, $stateParams.sortDir).then(function (response) {
var results = [], entries = response.entries;
console.log(response);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug spotted

manuquentin added a commit that referenced this pull request May 22, 2015
@manuquentin manuquentin merged commit 89c5aa1 into master May 22, 2015
@manuquentin manuquentin deleted the bug_fixes branch May 22, 2015 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo: "Error: Route is mandatory when creating new Restangular objects" when trying to create a new item
3 participants