We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9590ae7 commit 352bae2Copy full SHA for 352bae2
1 file changed
client/app/modules/notes/services/notes.service.js
@@ -1,7 +1,7 @@
1
'use strict';
2
var app = angular.module('com.module.notes');
3
4
-app.service('NotesService', ['$state', 'CoreService', 'Note', function ($state, CoreService, Note, gettextCatalog) {
+app.service('NotesService', ['$state', 'CoreService', 'Note', 'gettextCatalog', function ($state, CoreService, Note, gettextCatalog) {
5
6
this.getNotes = function () {
7
return Note.find();
0 commit comments