AngularJS works via Bootstrap example
This example will help you know about using Bootstrap in AngularJS page. Ok the same with HTML page, to use Bootstrap you must refer to css library of BootstrapOf course you must refer AngularJS also:
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
Following directives will be used in this example.
- ng-controller
- ng-submit
- ng-pattern
- ng-model
- ng-trim
- ng-minlength
- ng-maxlength
- required