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