the angular way, would be to use attribute "ng-href" in a tag: <a ng-href="http://www.google.com">google link</a> this should not interfere with routing, and should just go to google page.
But this is kind of weird question for angular group, take a look at docs too: http://docs.angularjs.org/api/ng.directive:ngHref On Thursday, January 9, 2014 8:51:52 AM UTC-6, [email protected] wrote: > > Hi > Newbie ... > Is there a simple example where when a button is clicked it then opens a > web page - eg Google. > > Regards > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
