EVOLUTION-MANAGER
Edit File: offargs.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/jqLite/offargs.ngdoc?message=docs(error%2Foffargs)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:offargs <div><span class='hint'>Invalid jqLite#off() parameter</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="jqLite#off() does not support the `selector` argument">jqLite#off() does not support the `selector` argument</pre> </div> <h2>Description</h2> <div class="description"> <p>This error occurs when trying to pass too many arguments to <code>jqLite#off</code>. Note that <code>jqLite#off</code> does not support namespaces or selectors like jQuery.</p> </div>