mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
218 B
CoffeeScript
7 lines
218 B
CoffeeScript
angular.module('Darkswarm').controller "TabsCtrl", ($scope, Navigation) ->
|
|
$scope.isActive = Navigation.isActive
|
|
|
|
# Select tab by setting the url hash path.
|
|
$scope.select = (path) ->
|
|
Navigation.navigate path
|