Created
January 25, 2018 22:31
-
-
Save Juszczak/54776afd277682a084ad1983f39af95f to your computer and use it in GitHub Desktop.
AngularJS witch dependencies from Google CDN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- angular --> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script> | |
| <!-- angular material styles --> | |
| <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css"> | |
| <!-- angular material dependencies --> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-animate.min.js"></script> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-aria.min.js"></script> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-messages.min.js"></script> | |
| <!-- angular material dependencies --> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment