UNPKG

eslint-plugin-angular

Version:
8 lines (6 loc) 230 B
// example - valid: true $q(function() { // ... }); // example - valid: false, errorMessage: "You should not create a new promise with this syntax. Use the $q(function(resolve, reject) {}) syntax." var deferred = $q.defer();