1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

Update angular to 1.2.7

Also use CDN for angular source
This commit is contained in:
Michael Crosby 2013-12-27 17:13:32 -08:00
parent d9db701ad8
commit 0a6d413ebd
13 changed files with 4 additions and 16507 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('dockerui', ['dockerui.services', 'dockerui.filters'])
angular.module('dockerui', ['ngRoute', 'dockerui.services', 'dockerui.filters'])
.config(['$routeProvider', function ($routeProvider) {
$routeProvider.when('/', {templateUrl: 'partials/dashboard.html', controller: 'DashboardController'});
$routeProvider.when('/containers/', {templateUrl: 'partials/containers.html', controller: 'ContainersController'});