You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by sk...@apache.org on 2013/08/28 20:27:19 UTC

svn commit: r1518316 - /incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js

Author: skhudiky
Date: Wed Aug 28 18:27:19 2013
New Revision: 1518316

URL: http://svn.apache.org/r1518316
Log:
CLIMATE-275: remove obsolete lines

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js?rev=1518316&r1=1518315&r2=1518316&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/js/app.js Wed Aug 28 18:27:19 2013
@@ -28,12 +28,6 @@ App.Directives = angular.module('ocw.dir
 App.Controllers = angular.module('ocw.controllers', []);
 App.Filters = angular.module('ocw.filters', []);
 
-/*We need to manually start angular as we need to wait for 
- * the google charting libs to be ready*/
-google.setOnLoadCallback(function () {
-  angular.bootstrap(document.body, ['ocw']);
-});
-
 angular.module('ocw', ['ocw.services', 'ocw.directives', 'ocw.controllers', 'ocw.filters', 'ui.date', 'ui.bootstrap', 'ui.compat', 'ui.state'])
 .config(
     [        '$stateProvider', '$routeProvider', '$urlRouterProvider',