Get started with angular-ui-router-title CDN

MIT licensed

AngularUI Router Title is a library that sets the title of the browser tab dynamically based on the current AngularUI Router state.

Tags:
  • angular
  • ui
  • router
  • title

Stable version

Copied!

How to start using angular-ui-router-title CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with angular-ui-router-title CDN - cdnhub.io</title>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
  <script src="https://cdn.jsdelivr.net/angularjs/1.7.9/angular-ui-router.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-ui-router-title/0.1.1/angular-ui-router-title.min.js"></script>
  <script src="app.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your application content goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions