Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれを試しましたが、うまくいきませんでした。特定の理由、またはこれが機能する例はありますか? 考えている:ng-click="myFunction('test')"
ng-click="myFunction('test')"
確かに、それはうまくいきます。
<a ng-click="myName('jz')">Click me</a>
以下に簡単な例を示します。
http://jsfiddle.net/djYbC/1/