simple-angular-pagination
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -9,3 +9,3 @@ define(function(require){ | ||
compile: function(tElem, tAttrs){ | ||
var pages = tElem.find('> page').detach(); | ||
var pages = $(tElem).find('> page').detach(); | ||
return { | ||
@@ -12,0 +12,0 @@ post: function(scope, el){ |
{ | ||
"name": "simple-angular-pagination", | ||
"description": "Super simple pagination for angular apps", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
2043