Skip to content

Commit

Permalink
Step 8.4: Add a dependecy for accounts-ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 655a338 commit 2d5da94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/ui/components/socially/socially.js
Expand Up @@ -17,7 +17,8 @@ export default angular.module(name, [
uiRouter,
PartiesList,
PartyDetails,
Navigation
Navigation,
'accounts.ui'
]).component(name, {
template,
controllerAs: name,
Expand Down

0 comments on commit 2d5da94

Please sign in to comment.