Skip to content

Breaking change when running a clean npm install because of angular version #16

@claudemuller

Description

@claudemuller

I removed the old node_modules (with my pending pull request) and reinstalled them again both on Windows as well as Linux. The app then breaks i.e. the http module has a breaking change (Angular when from 1.5.7 to 1.6.2). In the newer version it is implemented with a promise and requires the use of a .then() instead of .success() and .error(). This causes the app to stop loading when it reaches line 41 in controllers/base.js, which then stops Angular from loading and shows the last element in the DOM tree - the delete confirmation dialog.

I have fixed this in another commit and as soon as the pending pull request gets resolved, I can create another for this fix.

:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions