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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -