client/app/search/modal.html
author rougeronj
Tue, 31 Mar 2015 15:27:26 +0200
changeset 50 c641b33f910f
parent 47 dd750778535c
child 54 ccb586464a6f
permissions -rw-r--r--
remove the initial migration to prepare custom user implementation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     1
<div class="listBooks">
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     2
	<p>A quel Book boulez vous ajoutez cet element ?</p>
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     3
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     4
	<ul class="row ">
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     5
		<li class="" ng-repeat="i in books">
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     6
			<div>
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     7
				<a class="visite" ng-click="addToBook(i.id)">{{ i.title }}</a>
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     8
			</div>
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
     9
		</li>
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
    10
	</ul>
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents:
diff changeset
    11
</div>