Skip to content

Commit

Permalink
Step 22.4: Import ionic and add as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 2ae5ead commit 0447d99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion imports/ui/components/socially/socially.js
Expand Up @@ -3,6 +3,8 @@ import angularMeteor from 'angular-meteor';
import ngMaterial from 'angular-material';
import ngSanitize from 'angular-sanitize';
import uiRouter from 'angular-ui-router';
import 'ionic-sdk/release/js/ionic';
import 'ionic-sdk/release/js/ionic-angular';

import template from './socially.html';
import { name as PartiesList } from '../partiesList/partiesList';
Expand All @@ -24,7 +26,8 @@ export default angular.module(name, [
PartyDetails,
Navigation,
Auth,
'accounts.ui'
'accounts.ui',
'ionic'
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 0447d99

Please sign in to comment.