Sha256: 562ec63c4cd6c9c939fad4de28a33d59d0d0130f4ec16a2ecc416a62462ae1ca
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 Bytes
Contents
(function() { app.controller('SongController', [ '$routeParams', 'songService', function($routeParams, songService) { songService.loadSong($routeParams.songIdentifier); this.song = function() { return songService.activeSong; }; return this; } ]); }).call(this);
Version data entries
3 entries across 3 versions & 1 rubygems