阅读背景:

Angularjs如何将数据从一个模块发送到另一个模块

来源:互联网 

I have a module like this

我有这样的模块

(function() {
  var app = angular.module('build', ['ngSanitize', 'uihelper']);

  app.controller('buildctrl', ['$scope', function($scope) {
     $scope.attributes = {"color": "#efefef", "width": "20px" .... };
...
(function



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: