refactor: moving routes into core, improved bundle loader

This commit is contained in:
Torkel Ödegaard
2015-09-15 08:52:53 +02:00
parent 8f45324bce
commit 2b95cd5081
8 changed files with 45 additions and 47 deletions

View File

@@ -2,4 +2,4 @@
import angular = require('angular');
export = angular.module('grafana.core', []);
export = angular.module('grafana.core', ['ngRoute']);