Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
66fde080
Commit
66fde080
authored
Apr 04, 2016
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete test notification generate function
parent
f3acae23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
37 deletions
+1
-37
directives.js
app/shared/directives.js
+1
-37
No files found.
app/shared/directives.js
View file @
66fde080
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment