Tagged Questions
0
votes
2answers
51 views
Use Angular only in page loaded via ajax
<html>
<head>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.js"></script>
</head>
<body>
<div ...
0
votes
1answer
81 views
Assistance needed converting jQuery to Angular
We have a table that is populated via jQuery ajax using this code:
$.ajax({
type: "POST",
cache: false,
url: "/files/event_lister.php", // script that gets data from
...