|
|
@@ -16,7 +16,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
controller: 'IndexCtrl'
|
|
|
}).state('question', {
|
|
|
url: "/question",
|
|
|
- templateUrl: "static/tpl/serve/question_index.html",
|
|
|
+ templateUrl: "static/tpl/serve/question_index.html"
|
|
|
}).state('question.myFeedback', {
|
|
|
url: "/myFeedback",
|
|
|
templateUrl: "static/tpl/serve/self/myFeedback.html",
|
|
|
@@ -72,6 +72,15 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
url : "/:id",
|
|
|
templateUrl : "static/tpl/serve/guide.html",
|
|
|
controller: 'GuideCtrl'
|
|
|
+ }).state('new.usoft', {
|
|
|
+ url : "/usoft",
|
|
|
+ templateUrl : "static/tpl/serve/about_usoft.html"
|
|
|
+ }).state('new.b2b', {
|
|
|
+ url : "/b2b",
|
|
|
+ templateUrl : "static/tpl/serve/about_b2b.html"
|
|
|
+ }).state('new.saas', {
|
|
|
+ url : "/saas",
|
|
|
+ templateUrl : "static/tpl/serve/about_saas.html"
|
|
|
}).state('self', {
|
|
|
url : "/self",
|
|
|
templateUrl : "static/tpl/serve/self.html"
|
|
|
@@ -274,7 +283,7 @@ define([ 'toaster', 'ngTable', 'common/services', 'ui.router', 'ui.bootstrap', '
|
|
|
}
|
|
|
}, {
|
|
|
total: 0,
|
|
|
- counts: [15, 25, 50, 100,],
|
|
|
+ counts: [15, 25, 50, 100],
|
|
|
getData: function($defer, params){
|
|
|
var pageParams = params.url();
|
|
|
pageParams.classId = $stateParams.id;
|