Skip to content

Instantly share code, notes, and snippets.

@Juszczak
Created January 25, 2018 22:31
Show Gist options
  • Select an option

  • Save Juszczak/54776afd277682a084ad1983f39af95f to your computer and use it in GitHub Desktop.

Select an option

Save Juszczak/54776afd277682a084ad1983f39af95f to your computer and use it in GitHub Desktop.
AngularJS witch dependencies from Google CDN
<!-- 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