Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save strukturedkaos/1cb7794eab36ab32b5d7 to your computer and use it in GitHub Desktop.
Save strukturedkaos/1cb7794eab36ab32b5d7 to your computer and use it in GitHub Desktop.
Dependencies for Angular Mailchimp Form
body>
...
<!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
-->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="js/app.js"></script>
<script src="js/services.js"></script>
<script src="js/controllers.js"></script>
<script src="js/filters.js"></script>
<script src="js/directives.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment