AngualrJs 最新 文件图片上传教程0:Client-module

来源:互联网 发布:淘宝换货不需要申请吗 编辑:程序博客网 时间:2024/05/16 23:49

womeninformationmanagement.client.module.js

(function (app) {  'use strict';  app.registerModule('womenInformationManagement', ['core']);// The core module is required for special route handling; see /core/client/config/core.client.routes  app.registerModule('womenInformationManagement.services');  app.registerModule('womenInformationManagement.routes', ['ui.router', 'core.routes', 'womenInformationManagement.services']);}(ApplicationConfiguration));


阅读全文
0 0