Skip to content

Commit a83f9b3

Browse files
committed
Publish missing projects
1 parent 2dbb684 commit a83f9b3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

js/app.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,24 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
120120
desc: 'Slider based on jQuery slider',
121121
src: 'https://github.com/angular-ui/ui-slider',
122122
home: 'http://angular-ui.github.io/ui-slider/demo/demo.html'
123+
},
124+
{
125+
name: 'Layout',
126+
desc: 'This directive allows you to split stuff',
127+
src: 'https://github.com/angular-ui/ui-layout',
128+
home: 'http://angular-ui.github.io/ui-layout/'
129+
},
130+
{
131+
name: 'Chart with jQplot',
132+
desc: 'This directive allows you to add a jqPlot graph to your application',
133+
src: 'https://github.com/angular-ui/ui-chart',
134+
home: 'http://angular-ui.github.io/ui-chart'
135+
},
136+
{
137+
name: 'Tour',
138+
desc: 'A native tour-type directive that will lace easily-controllable tooltips throughout your app',
139+
src: 'https://github.com/angular-ui/ui-tour',
140+
home: 'http://angular-ui.github.io/ui-tour/demo/demo.html'
123141
}
124142
];
125143

0 commit comments

Comments
 (0)