角度js路由妨碍在php文件中加载css和js

角度js路由妨碍在php文件中加载css和js,php,css,angularjs,Php,Css,Angularjs,然后根据路由调用其他两个文件 I have a code in which there are three files first is the main one named test.php //我们的窗体控制器 .controller('formController',函数($scope){ })) 现在我想通过angularjs路由在test.php文件的加载上加载一个表单 ,但我无法在form1.php中加载css。未加载css的部分代码如下所示:- $scope.formDa

然后根据路由调用其他两个文件

  I have a code in which there are three files first is the main one named test.php
//我们的窗体控制器 .controller('formController',函数($scope){

}))

现在我想通过angularjs路由在test.php文件的加载上加载一个表单 ,但我无法在form1.php中加载css。未加载css的部分代码如下所示:-

  $scope.formData = {};

  $scope.processForm = function() {
    alert('awesome!');
};

产品类型
领域
网站
短讯服务
搜索引擎优化
数字营销
网站维护
域名+网站
群众或部队的集合

我正在使用jquery.selected插件加载它…..

如果有人能…….我真的需要帮助如果有人能…….我真的需要帮助。。。。。。。。。。
  $scope.formData = {};

  $scope.processForm = function() {
    alert('awesome!');
};
                            <div class="control-group">
                    <label class="control-label">Product type</label>
                             <div class="controls">
<select data-placeholder="Choose Products" name="product_type[]" class="chosen span6" multiple="multiple" tabindex="6">

                                   <optgroup label="Product Type">
                                   <option value="Domain">Domain</option>
                                   <option value="Website">Website</option>
                                   <option value="SMS">SMS</option>
                                   <option value="SEO">SEO</option>
            <option value="digital Marketing">Digital Marketing</option>
            <option value="Website Meintenece">Website Maintenance</option>
            <option value="Domain+website">Domain + Website</option>
                                   <option value="Hosting">Hosting</option>
                                   </optgroup>

                                </select>
                             </div>
                          </div>