码迷,mamicode.com
首页 > 其他好文 > 详细

创建服务factory和service方法的区别

时间:2014-11-02 01:51:36      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:style   io   ar   sp   数据   on   cti   代码   line   

factory方法返回的是对象,json或数组,而service方法返回的是字符串类型的数据

angular.module(‘myApp‘,[]).factory(‘服务名‘,function(){

  return {uname:‘kevin‘,pwd:‘123‘}

}).controller(‘ctrlname‘,function(‘服务名‘,$scope){

}.directive(‘myDirective‘, function(){

    return {
        template: ‘<button>Click me</button>‘
    }
})

创建服务factory和service方法的区别

标签:style   io   ar   sp   数据   on   cti   代码   line   

原文地址:http://www.cnblogs.com/toward-the-sun/p/4068025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!