Dismiss
Announcing Stack Overflow Documentation

We started with Q&A. Technical documentation is next, and we need your help.

Whether you're a beginner or an experienced developer, you can contribute.

Sign up and start helping → Learn more about Documentation →

i have the code in jquery. but i am not expert in angular js to convert this.

 var maxWidth = Math.max.apply( null, $( '.ui-grid-cell, .ui-grid-header-cell' ).map( function () {
        return $( this ).outerWidth( true );
    }).get() );

how to get outerwidth by angular js?

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.