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:
parent
d9db701ad8
commit
0a6d413ebd
13 changed files with 4 additions and 16507 deletions
|
@ -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'});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue