-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't kill an entire dashboard because of one bad request (#11337)
* Don't kill an entire dashboard because of one bad request Some tests get rid of the angular promise library so it works better if it’s a separate function then on the actual angular Promise class. * Fix promise path references after creation of index file. * Remove index suffix from import paths * Remove promiseMapSettled Use a much simpler implementation * Clean up
- Loading branch information
1 parent
a25d99d
commit b5e6489
Showing
2 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import './promises'; |