var app = angular.module('plunker', ['hashtagify']); app.controller('MainCtrl', ['$scope', '$sce', function($scope, $sce) { $scope.tag = { text: 'Hey @Joe ...
確定! 回上一頁