niemyjski / angular-intercom

An Angular.js wrapper for Intercom.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-intercom Build Status

An Angular.js wrapper for Intercom.io

#How do I add this to my project? You can download angular-intercom by:

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.js"></script>
<script src="app/bower_components/angular-intercom/angular-intercom.js"></script>

<script>
  angular.module('YOUR_APP', [
    'ngIntercom', // or you can use 'angular-intercom'
    'controllers'
  ]);
</script>

About

An Angular.js wrapper for Intercom.io

License:MIT License