receiveInfoCtrl.js 195 B

12345
  1. angular.module('push')
  2. .controller('receiveInfoCtrl', function ($scope, $stateParams, CommentService, UtilService, $timeout,CommonService) {
  3. $scope.smsList = $stateParams.smsList;
  4. });