Get started with angular-ui CDN
MIT licensed
AngularUI is a collection of directives that provide additional functionality to AngularJS applications.
Tags:- framework
- mvc
- AngularJS
- angular
- angular.js
- angular-ui
- AngularUI
Stable version
Copied!
How to start using angular-ui CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with angular-ui CDN - cdnhub.io</title>
<script src="https://code.angularjs.org/1.7.9/angular.min.js"></script>
<script src="https://cdn.cdnhub.io/angular-ui/0.4.0/angular-ui.min.js"></script>
<script src="app.js"></script>
<style>
.container {
margin: 10px;
}
</style>
</head>
<body ng-app="myApp">
<div ng-controller="MainController">
<div ui-view></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.4.0/angular-ui-router.min.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!