|
@@ -16,7 +16,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
controller: 'IndexCtrl'
|
|
controller: 'IndexCtrl'
|
|
|
}).state('question', {
|
|
}).state('question', {
|
|
|
url: "/question",
|
|
url: "/question",
|
|
|
- templateUrl: "static/tpl/serve/question_index.html"
|
|
|
|
|
|
|
+ templateUrl: "static/tpl/serve/question/common.html"
|
|
|
}).state('question.myFeedback', {
|
|
}).state('question.myFeedback', {
|
|
|
url: "/myFeedback",
|
|
url: "/myFeedback",
|
|
|
templateUrl: "static/tpl/serve/self/myFeedback.html",
|
|
templateUrl: "static/tpl/serve/self/myFeedback.html",
|
|
@@ -25,7 +25,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
url: "/common",
|
|
url: "/common",
|
|
|
templateUrl: "static/tpl/serve/question/common.html",
|
|
templateUrl: "static/tpl/serve/question/common.html",
|
|
|
controller: 'CommonQuestionCtrl'
|
|
controller: 'CommonQuestionCtrl'
|
|
|
- }).state('question.class', {
|
|
|
|
|
|
|
+ }).state('question.class', {
|
|
|
url: "/class/:id",
|
|
url: "/class/:id",
|
|
|
templateUrl: "static/tpl/serve/question/class.html",
|
|
templateUrl: "static/tpl/serve/question/class.html",
|
|
|
controller: 'ClassCtrl'
|
|
controller: 'ClassCtrl'
|
|
@@ -75,10 +75,6 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
}).state('new.index', {
|
|
}).state('new.index', {
|
|
|
url : "/",
|
|
url : "/",
|
|
|
templateUrl : "static/tpl/serve/new_index.html"
|
|
templateUrl : "static/tpl/serve/new_index.html"
|
|
|
- }).state('new.guide', {
|
|
|
|
|
- url : "/:id",
|
|
|
|
|
- templateUrl : "static/tpl/serve/guide.html",
|
|
|
|
|
- controller: 'GuideCtrl'
|
|
|
|
|
}).state('new.usoft', {
|
|
}).state('new.usoft', {
|
|
|
url : "/usoft",
|
|
url : "/usoft",
|
|
|
templateUrl : "static/tpl/serve/about_usoft.html"
|
|
templateUrl : "static/tpl/serve/about_usoft.html"
|
|
@@ -88,6 +84,10 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
}).state('new.saas', {
|
|
}).state('new.saas', {
|
|
|
url : "/saas",
|
|
url : "/saas",
|
|
|
templateUrl : "static/tpl/serve/about_saas.html"
|
|
templateUrl : "static/tpl/serve/about_saas.html"
|
|
|
|
|
+ }).state('new.guide', {
|
|
|
|
|
+ url : "/:id",
|
|
|
|
|
+ templateUrl : "static/tpl/serve/guide.html",
|
|
|
|
|
+ controller: 'GuideCtrl'
|
|
|
}).state('self', {
|
|
}).state('self', {
|
|
|
url : "/self",
|
|
url : "/self",
|
|
|
templateUrl : "static/tpl/serve/self.html"
|
|
templateUrl : "static/tpl/serve/self.html"
|
|
@@ -280,7 +280,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
$modal.open({
|
|
$modal.open({
|
|
|
templateUrl: 'static/tpl/serve/self/chooseForgetMethod.html',
|
|
templateUrl: 'static/tpl/serve/self/chooseForgetMethod.html',
|
|
|
controller: 'ChooseForgetCtrl',
|
|
controller: 'ChooseForgetCtrl',
|
|
|
- size: 'sm',
|
|
|
|
|
|
|
+ size: 'sm'
|
|
|
}).result.then(function(chooseMethed){
|
|
}).result.then(function(chooseMethed){
|
|
|
if(chooseMethed == "chooseMail"){
|
|
if(chooseMethed == "chooseMail"){
|
|
|
$scope.chooseMail = chooseMethed;
|
|
$scope.chooseMail = chooseMethed;
|