Angularjs如何管理代码

时间:2015-10-21 11:22:50

标签: angularjs

我是Angularjs的新手。我有一个这样的页面。

enter image description here

我有一个控制器可以完成当前正常工作的所有工作。我想通过使用过滤器,服务,控制器等来管理我的代码以使用角度给定功能。

在这个页面中,我在这里提到很多部分。

  1. 搜索过滤器
  2. 分类
  3. 属性
  4. 标签
  5. 分页部分加上网格或列表链接
  6. 排序加比较部分
  7. 要显示的产品数据
  8. 如何在单独的块中破解我的代码以正确管理它。

    我创建了一项服务,完成所有与ajax相关的工作 这是依赖。

    1. Search does nothing except page redirect
    2. Category can have a view more which will update itself will more then 10 records
    3. Attributes can have viewmore button to display more then 10 attributes. Attribute can also impect on the following
            When we select single on multiple attribute it will change
            1. Category
            2. Attributes
            3. Tags
            4. Pagination
            5. Listing (Product data to display)
    4. Tags can be removed and can have excatly same behavior as Attributes
    5. Pagination will change itself and product data display
    6. Sort will have same as pagination
    7. Nothing
    

    我不需要代码就如何从Angular中选择用于制作托管代码的一些建议。

0 个答案:

没有答案