Skip to content

Commit

Permalink
Passed to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmcpowned committed Aug 17, 2018
1 parent e99a85d commit 4f0d41c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/views/admin/announcement/announcementCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ angular.module('reg')
.controller('announcementCtrl', [
'Settings',
'$sce',
function(Settings, $sce){
'$scope',
function(Settings, $sce, $scope){

var Settings = Settings.data;

Expand Down

0 comments on commit 4f0d41c

Please sign in to comment.