Skip to content

Commit

Permalink
quick code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
weblancaster committed Oct 26, 2015
1 parent 5215fe1 commit 2e94d06
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/public/js/common/favoriteSongDirective.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
"use strict";

app.directive('favoriteSong', function($rootScope, $log, SCapiService, $timeout, $state, $stateParams, notificationFactory) {
app.directive('favoriteSong', function(
$rootScope,
$log,
SCapiService,
$timeout,
$state,
$stateParams,
notificationFactory
) {
return {
restrict: 'A',
scope: {
Expand Down

0 comments on commit 2e94d06

Please sign in to comment.