Brand story can be expanded and contracted

This commit is contained in:
Rohan Mitchell
2015-05-06 11:16:18 +10:00
parent abee9c8198
commit e662aab004
4 changed files with 46 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
Darkswarm.controller "HomeCtrl", ($scope) ->
$scope.brandStoryExpanded = false
$scope.toggleBrandStory = ->
$scope.brandStoryExpanded = !$scope.brandStoryExpanded