Skip to content

Commit

Permalink
Inject $cordovaContacts service into AccountCtrl controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Pelletier committed Jul 21, 2015
1 parent cca1775 commit dc2286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/controllers.js
Expand Up @@ -21,7 +21,7 @@ angular.module('starter.controllers', [])
$scope.chat = Chats.get($stateParams.chatId);
})

.controller('AccountCtrl', function($scope) {
.controller('AccountCtrl', function($scope, $cordovaContacts) {
$scope.settings = {
enableFriends: true
};
Expand Down

0 comments on commit dc2286d

Please sign in to comment.