Hi i am working on a django powered project. I have a button in my html as follows:
<tr align="left"><b><span style="background-color:white;"><button>{{ k }}</button></span></b></tr>
Am planning to use angularJS to display a table below once the user click the button above. I have the cotrolller below as follows:
% block extrascript %}
{{ngapp}}.controller("MyCtrl", function($scope, $resource) {
});
{% endblock %}
Sorry for the less amount of angularjs. Am very much new to angularJS. Can I have some suggestions guys? Thanks in advance