我无法弄清楚如何在侧面导航上执行crud操作?
我想填充并更新服务中的数据。
我在js文件中有以下控制器。
.controller('SideNavCtrl', function ($scope, $timeout, $mdSidenav, $log, shareDataService) {
.controller('RightCtrl', function ($scope, $timeout, $mdSidenav, $log, shareDataService) {
答案 0 :(得分:0)
只需删除ng-model,heres'以下示例:
<md-input-container>
<label for="testInput">Commentside</label>
<input type="text" id="testInput" {{desserts.count}} md-autofocus="" value="some comment5">
</md-input-container>