Sha256: a3df501fbe3a6798fdab9d9df4e3ac8eadc5f343259d2a196813b87c772886e1
Contents?: true
Size: 383 Bytes
Versions: 3
Compression:
Stored size: 383 Bytes
Contents
app.controller 'SongsController', ['$http', 'songService', '$location', ($http, songService, $location) -> songService.loadSongs() @filterQuery = '' @songs = () -> songService.songs @setActive = (song) -> $location.path("/songs/#{song.identifier}") @activeSong = () -> songService.activeSong @addAllToBook = () -> songService.addAllToBook() @ ]
Version data entries
3 entries across 3 versions & 1 rubygems