Skip to content

Instantly share code, notes, and snippets.

@umidjons
umidjons / show-clicked-row-details-right-way.md
Last active October 5, 2019 08:42
Show clicked row details. Using ng-switch, ng-click, ng-class, ng-repeat, $index.

Show clicked row details. Using ng-if, ng-repeat-start and ng-repeat-end directives

<!doctype html>
<html lang="en-US" ng-app="App">
<head>
	<meta charset="UTF-8">
	<script src="angular.js"></script>
	<title>Users</title>