Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 601603f

Browse files
committed
Update Paginator.js
1 parent b669970 commit 601603f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Paginator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module('app').factory('Paginator', function($http){
1+
angular.module('App').factory('Paginator', function($http){
22

33
var Paginator = function(url, options){
44
this.url = url;

0 commit comments

Comments
 (0)