f5fadd770b0f5dcea9f1465f740dc63603cada32
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCompare / mwtnCompare-module / src / main / resources / mwtnCompare / mwtnCompare.directives.js
1 /*
2  * Copyright (c) 2016 highstreet technologies GmbH and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 define([ 'app/mwtnCompare/mwtnCompare.module' ], function(mwtnCompareApp) {
10
11   mwtnCompareApp.register.directive('compare', function() {
12     return {
13       restrict : 'A',
14       scope: {
15         item: '=compare'
16       },
17       templateUrl : 'src/app/mwtnCompare/templates/compare.tpl.html'
18     };
19   });
20   
21 });