fruitstand
Version:
15 lines • 368 B
HTML
<html ng-app="myApp">
<head>
<title>AngularJS $animate Service</title>
</head>
<body>
<div ng-controller="myController">
<h3>Image Animation:</h3>
{{censoredByFactory}}
{{censoredByService}}
</div>
<script src="http://code.angularjs.org/1.2.9/angular.min.js"></script>
<script src="/js/service_custom.js"></script>
</body>
</html>