angular-wait-until
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -15,3 +15,2 @@ (function (window, angular) { | ||
mergedOptions.Promise = $q; | ||
mergedOptions.useNewPromise = false; | ||
@@ -18,0 +17,0 @@ return new WaitUntilPromiseModule(mergedOptions); |
@@ -1,3 +0,3 @@ | ||
require('./lib/angular-wait-until'); | ||
require('./angular-wait-until'); | ||
module.exports = 'angular-wait-until'; |
{ | ||
"name": "angular-wait-until", | ||
"version": "0.0.3", | ||
"description": "Try repeatedly for a promise to be resolved/return true", | ||
"version": "0.0.5", | ||
"description": "Try repeatedly for a promise to be resolved", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -43,5 +43,5 @@ [![Build Status](https://travis-ci.org/AlonMiz/angular-wait-until.svg?branch=master)](https://travis-ci.org/AlonMiz/angular-wait-until) | ||
## Further Features | ||
## Additional Features | ||
This repo is based on | ||
[poll-until-promise](https://github.com/AlonMiz/poll-until-promise). | ||
There you can read about additional features and functionality | ||
There you can read about additional features and functionality |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47
7656
100