/**
* Created by lina on 16/4/11.
*/
require.config(config);
require(["jquery","bootstrap-typeahead","transactionsFundController","addController","modifyController"],function () {
$(function () {

angular.bootstrap($("#content"), ['TransactionsApp']);
$.ajaxSetup ({
cache: false //关闭AJAX相应的缓存
});

$('#top').load('../../frame/view/top.html');
$('#tree').load('../../frame/view/tree.html');

$('.form_datetime').datetimepicker({
language: "zh-CN",
format: 'yyyy-mm-dd',
minView:2,
autoclose: true,
pickerPosition: "bottom-left"
});

$("[data-toggle='popover']").popover();
});

});

posted on 2016-06-15 00:56  顺子2016  阅读(319)  评论(0编辑  收藏  举报