From 7d842442460e1e87e4e633c84861ed0968453e38 Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Thu, 25 Aug 2016 18:30:52 +0200 Subject: [PATCH] Update path to ui-scroll demo The previous url was 404, it now uses the same as in the repo --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index b2b293d..4289fc6 100644 --- a/js/app.js +++ b/js/app.js @@ -149,7 +149,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) { name: 'Scroll', desc: 'uiScroll directive solves this problem by dynamically destroying elements as they become invisible and recreating them if they become visible again', src: 'https://github.com/angular-ui/ui-scroll', - home: 'http://angular-ui.github.io/ui-scroll/demo/' + home: 'http://rawgit.com/angular-ui/ui-scroll/master/demo/index.html' }, { name: 'Mention',