How can I update meta tags in AngularJS?
I am developing an application using AngularJS. I want to update meta tags on route change. How can I update meta tags in AngularJS which can be shown in "view source" on the page? here is a HTML code - <!DOCTYPE html> <html ng-app="app"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="fragment" content="!" /> <meta name="title" content="Test App"> <meta name="description" content="Test App"> <meta name="keywords" content="Test,App"> <link rel="stylesheet" href="css/jquery-ui-1.10.2.custom.min.css" /> <link rel="stylesheet" href="css/extra.css" />