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
Post a Comment