>
> I have made another test and I put an alert in 
> google.charts.setOnLoadCallback;
>
>  
<script type = "text/javascript"> 
google.charts.setOnLoadCallback(function(){
alert("inside of setOnLoadCallback");
angular.bootstrap(document.body, ["privateProfileModule"]);
});
google.charts.load("current", {packages: ["corechart"]});
</script>

And whe I see the alert I've got this exit in firebug's console:

Error: google.visualization is undefined
.link@http://gnsys.local/js/directives/private-google-chart-directives.js:80:8
$/<@http://gnsys.local/js/angular.min.js:73:31
aa@http://gnsys.local/js/angular.min.js:73:90
K@http://gnsys.local/js/angular.min.js:62:39
g@http://gnsys.local/js/angular.min.js:54:410
g@http://gnsys.local/js/angular.min.js:54:433
K@http://gnsys.local/js/angular.min.js:61:488
g@http://gnsys.local/js/angular.min.js:54:410
K@http://gnsys.local/js/angular.min.js:61:488
g@http://gnsys.local/js/angular.min.js:54:410
g@http://gnsys.local/js/angular.min.js:54:433
g@http://gnsys.local/js/angular.min.js:54:433
g@http://gnsys.local/js/angular.min.js:54:433
K@http://gnsys.local/js/angular.min.js:61:488
g@http://gnsys.local/js/angular.min.js:54:410
W/<@http://gnsys.local/js/angular.min.js:53:480
zc/d/</<@http://gnsys.local/js/angular.min.js:20:99
lf/this.$get</n.prototype.$eval@http://gnsys.local/js/angular.min.js:133:217
lf/this.$get</n.prototype.$apply@http://gnsys.local/js/angular.min.js:133:446
zc/d/<@http://gnsys.local/js/angular.min.js:20:57
e@http://gnsys.local/js/angular.min.js:39:191
zc/d@http://gnsys.local/js/angular.min.js:19:480
zc@http://gnsys.local/js/angular.min.js:20:274
Zd@http://gnsys.local/js/angular.min.js:19:83
@http://gnsys.local/js/angular.min.js:293:238
a@http://gnsys.local/js/angular.min.js:174:399
Hf/c@http://gnsys.local/js/angular.min.js:35:212

<div class="ng-isolate-scope" column-chart="" columns="rightChart.columns" 
data="rightChart.data" title-chart="rightChart.title" min="rightChart.min" 
max="rightChart.max" v-axis-title="rightChart.vAxis.title" 
tooltip-column="3" is-clicked="false" width="450" height="450" 
style="width: 100%; height: 100%">
angular.min.js (línea 107)
*GET http://gnsys.local/js/dirPagination.tpl.html*
*200 OK*
* 1ms* 
*angular.min.js (línea 93)*
*POST 
http://gnsys.local/privado/report-querys-sql/reporteconsultas/rightpanel*
*200 OK*
* 112ms* 
*angular.min.js (línea 93)*
Where I've got the visualization error and the functions are called first 
time. I accept the alert and I've got this others calls:

*GET http://gnsys.local/js/dirPagination.tpl.html*
*200 OK*
* 0ms* 
*angular.min.js (línea 93)*
*POST 
http://gnsys.local/privado/report-querys-sql/reporteconsultas/rightpanel*
*200 OK*
* 56ms* 
*angular.min.js (línea 93)*
Pagination directive: the pagination controls (id: tQuery) cannot be used 
without the corresponding pagination directive, which was not found at link 
time.

I'm desesperated :(

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/89e18fb9-dfef-46b3-a8b7-7949186712e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to