Ubuntu Pastebin

Paste from ilhami at Sat, 9 Jan 2016 22:02:56 +0000

Download as text
1
2
3
4
return Reminder.get({ id: $stateParams.id }).$promise.then(function(reminder) {
        console.log(reminder);
        $scope.reminder = { title: reminder.title, content: reminder.content };
    });
Download as text