Loading jquery in angular-meteor show nothing with no any error

Hi
I have complecate issue to import jquery .
I use angular-meteor but regarding to want to load angular material 1.1.4 I import “angular” from npm :

import angular from 'angular';
import angularMeteor from 'angular-meteor';
import angularroter from '@uirouter/angularjs'
import ngMaterial from 'angular-material';
import ngMessages from 'angular-messages';
import utilsPagination from 'angular-utils-pagination';
import moment from 'angular-moment';

then inside my theme I need to use :

<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

after I add to my index.html file there is no error but nothing show in browser
I totally confuse
ps:
I add package jquery from atmosphere already
thanks for any help