Skip to content

Commit

Permalink
modules
Browse files Browse the repository at this point in the history
  • Loading branch information
syzer committed Oct 10, 2015
1 parent 62637f1 commit 166fff8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/ng-init.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
if (Meteor.isClient) {
angular.module('tinder', ['angular-meteor', 'ui.router']);
angular.module('tinder', [
'angular-meteor',
'ui.router',
'uiGmapgoogle-maps',
'ngTouch',
'ui.bootstrap',
'toastr',
'ui.router'
]);
}

0 comments on commit 166fff8

Please sign in to comment.