码迷,mamicode.com
首页 >  
搜索关键字:ionic    ( 1171个结果
ionic emulate android log
RubertdeMacBook-Pro:myApp Rubert$ ionic emulate androidRunning command: /Users/Rubert/myApp/hooks/after_prepare/010_add_platform_class.js /Users/Rube....
分类:移动开发   时间:2014-10-23 01:14:42    阅读次数:548
Ionicframework(二)
Start building with Ionic!Follow these quick steps and start building high quality mobile apps in minutes. For a more indepth ...
分类:其他好文   时间:2014-10-22 00:39:42    阅读次数:202
ionic 嵌套view 的方法
我一直想在一个页面的同一个 DIV 里面嵌入一个不同的 HTML文件 ....但是总是没有达到我要的效果.....才发现原来我没有加一个 name我用angular-ui 插件 里面的样式 总是没有跳转....1 2 3 State 14 State 2在app.js...
分类:其他好文   时间:2014-10-20 00:42:26    阅读次数:1238
ng-class ionic
我发现 ng-class="{yourclass:true,outerclass:false}" 竟然不起作用...囧....幸好有Google ....1 First2 Second3 Third4 Fourth控制器1 angular.module('app', [])2...
分类:其他好文   时间:2014-10-16 16:42:52    阅读次数:235
ionic 里 iframe无法访问外部url的问题
两个步骤解决:iframe的src属性用ng-src属性替代,并指明绑定对象:ng-src="{{targetUrl}}"在controller里,调用$sce:$scope.targetUrl = $sce.trustAsResourceUrl(url);
分类:Web程序   时间:2014-10-16 04:59:41    阅读次数:256
ionic $http 无法正常访问外部web服务器的问题
需要服务器启用对CORS的支持。类似问题描述:Angularjs Error in loading external jsonfile from server启用CORS的详细指南:I want to add CORS support to my server
分类:Web程序   时间:2014-10-16 03:53:31    阅读次数:198
ionic 不同view的數據交互
angular中通過service factory 等服務來對不同的控制器進行數據交互 ,ionic 也一樣... 1 var app = angular.module('ionicApp', ['ionic']) 2 3 app.service('TodosService', function(....
分类:其他好文   时间:2014-10-13 14:02:59    阅读次数:258
ionic localstorage
1 angular.module('locals',[]) 2 .factory('ls', ['$window', function($window) { 3 return { 4 set: function(key, value) { 5 $window.localSt...
分类:其他好文   时间:2014-10-13 13:29:29    阅读次数:205
ionic ngcordova map 地圖
幾乎每個APP都會有地圖 所以在這裏記錄一下1.在index.html 中1 2 3 4 5 2. CSS1 map {2 display: block;3 width: 100%;4 height: 100%;5 }6 .scroll {7 hei...
分类:其他好文   时间:2014-10-11 18:54:45    阅读次数:198
ionic pull to refresh 下拉更新頁面
有些項目都用到了下拉更新頁面的效果;1. 在index.html 中添加ion-refresher 指令 且在我們需要更新內容的外面 添加 如 {{list.name}} 指令中 pulling-text 屬性就是我們在下拉時顯示的文字, on-r...
分类:其他好文   时间:2014-10-11 14:29:15    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!