From 531f45684495c5fb5a6712aeebbafc56040a8741 Mon Sep 17 00:00:00 2001 From: Kindy Lin Date: Mon, 23 Jan 2017 17:31:52 +0800 Subject: [PATCH] add home of ui-select --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index b2b293d..d104a76 100644 --- a/js/app.js +++ b/js/app.js @@ -77,7 +77,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) { name: 'Select', desc: 'AngularJS-native version of Select2 and Selectize', src: 'https://github.com/angular-ui/ui-select', - home: '' + home: 'https://angular-ui.github.io/ui-select/' }, { name: 'TinyMCE',