# teach **Repository Path**: xrcom/teach ## Basic Information - **Project Name**: teach - **Description**: 教育直播 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ============================================================================= = = = Webapp for PC, in AngularJS = = = ============================================================================= -) We use AngularJS 1.4.2 in our app. To transition to another page, use goto_view -) Pages and associated css/html layout code files shall be named with "ixxx" where "xxx" uniquely identify a page, ixxx.js, ixxx.css, and controller ID ixxx -) Make sure app.js is properly configured for your project. For demo, we use #define WSURL @"ws://112.124.70.60:51727/demo" -) Code each page layout in their respective ixxx.html and ixxx.css -) Each page can be tested individually with our Project Toolbox -) To create a new page, use i000.* as templage -) Global CSS definitions go to global.css -) Controller html starts with