mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Added license dump and angular module fixes
This commit is contained in:
11
js/_license.js
Normal file
11
js/_license.js
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
Copyright 2013 Drifty Co.
|
||||
http://drifty.com/
|
||||
|
||||
Ionic - an amazing HTML5 mobile app framework.
|
||||
http://ionicframework.com/
|
||||
|
||||
By @maxlynch, @helloimben, @adamdbradley <3
|
||||
|
||||
Licensed under the MIT license. Please see LICENSE for more information.
|
||||
*/
|
||||
1
js/ext/angular/src/ionicAngular.js
vendored
Normal file
1
js/ext/angular/src/ionicAngular.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
angular.module('ionic.ui', ['ionic.ui.content', 'ionic.ui.tabs', 'ionic.ui.nav', 'ionic.ui.sideMenu']);
|
||||
@ -48,8 +48,7 @@
|
||||
</nav-controller>
|
||||
|
||||
<script src="../../../../dist/ionic.js"></script>
|
||||
<script src="../src/directive/ionicContent.js"></script>
|
||||
<script src="../src/directive/ionicNav.js"></script>
|
||||
<script src="../../../../dist/ionic-angular.js"></script>
|
||||
<script>
|
||||
var pageNumber = 0;
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
<script src="../src/directive/ionicContent.js"></script>
|
||||
<script src="../src/directive/ionicTabBar.js"></script>
|
||||
<script>
|
||||
angular.module('tabsTest', ['ionic.ui'])
|
||||
angular.module('tabsTest', ['ionic.ui.tabs'])
|
||||
|
||||
.controller('HomeCtrl', function($scope) {
|
||||
$scope.items = [];
|
||||
|
||||
Reference in New Issue
Block a user