Commit 66fde080 authored by Evren Kutar's avatar Evren Kutar

delete test notification generate function

parent f3acae23
......@@ -51,43 +51,7 @@ angular.module('ulakbus')
* Group notifications
* @param notifications
*/
//test entries for notifications
$scope.testmessage = function(){
$scope.notifications[1].push({
title: "Kemange mage kako",
body: "Sugarke Mage kako"
});
$scope.notifications[1].push({
title: "Yandan gel mage kako",
body: "Candan gel Mage kako"
});
$scope.notifications[2].push({
title: "Kemange mage kako",
body: "Sugarke Mage kako"
});
$scope.notifications[2].push({
title: "Yandan gel mage kako",
body: "Candan gel Mage kako"
});
$scope.notifications[3].push({
title: "Kemange mage kako",
body: "Sugarke Mage kako"
});
$scope.notifications[3].push({
title: "Yandan gel mage kako",
body: "Candan gel Mage kako"
});
}
$scope.testmessage();
$scope.ddEventHandler = function(){
$event.preventDefault();
$event.stopPropagation();
return false;
}
$scope.popModal = function(item){
var modalInstance = $uibModal.open({
animation: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment