From 66cf32d0c2da34939c4f8e9b53c8037b5dff2b82 Mon Sep 17 00:00:00 2001 From: Mike Goodstadt Date: Wed, 12 Sep 2018 15:24:36 +0200 Subject: [PATCH] Update jQuery Gridster URL Replave gridster.net with http://dsmorse.github.io/gridster.js/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df286612..41f7737b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ angular-gridster ================ [![Build Status](https://travis-ci.org/ManifestWebDesign/angular-gridster.svg)](https://travis-ci.org/ManifestWebDesign/angular-gridster) -An implementation of gridster-like widgets for Angular JS. This is not a wrapper on the original gridster jQuery plugin (http://gridster.net/). It is instead completely rewritten as Angular directives. Rewriting allowed for some additional features and better use of Angular data binding. Even more importantly, the original plugin had unpredictable behavior and crashed when wrapped with an Angular directive in my initial tests. +An implementation of gridster-like widgets for Angular JS. This is not a wrapper on the original gridster jQuery plugin (http://dsmorse.github.io/gridster.js/). It is instead completely rewritten as Angular directives. Rewriting allowed for some additional features and better use of Angular data binding. Even more importantly, the original plugin had unpredictable behavior and crashed when wrapped with an Angular directive in my initial tests. ## Demo