How to open a new Window (not tab) in angularjs -


i know $window.open() opens new tab url specified there way open new window? did digging around , couldn't find anything.

when using third parameter of window.open method, window.

exemple :

window.open('http://www.stackoverflow.com', '_blank', 'width=500, height=400') 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -