script // app.js angular.module('myApp', []) .controller('myController', function($scope) { $scope.message = 'Hello, Enroute!'; }); html <!-- index.html --> <!DOCTYPE html> <html> <head> <title>Enroute Angular App</title> <script src="angular.min.js"></script> <script src="app.js"></script> </head> <body> <div ng-app="myApp" ng-controller="myController"> <h1>{{message}}</h1> </div> </body> </html> Web-Resources: js=src/main/resources/web/js css=src/main/resources/web/css static=src/main/resources/web/static Require-Capability: osgi.ee; filter:='(&(osgi.ee=JavaSE)(version=1.8))' angular; filter:='(&(bundle-symbolic-name=com.google.angular)(version>=1.6.0)(!(version>=2.0.0)))'


上一篇:
下一篇:
切换中文