angular-foundation tabs directive on shop pages is closed by default

This commit is contained in:
Rob Harrington
2016-04-17 14:09:37 +10:00
parent 02be661163
commit fe739f6a8d
10 changed files with 27 additions and 24 deletions

View File

@@ -3,5 +3,5 @@ Darkswarm.controller "AuthenticationCtrl", ($scope, AuthenticationService, Spree
$scope.toggle = AuthenticationService.toggle
$scope.spree_user = SpreeUser.spree_user
$scope.active = AuthenticationService.active
$scope.isActive = AuthenticationService.isActive
$scope.select = AuthenticationService.select